prepare for publishing

This commit is contained in:
TotallyNot 2022-09-08 14:38:05 +02:00
parent 539700ad75
commit 7f103a2435
8 changed files with 36 additions and 22 deletions

View file

@ -0,0 +1,17 @@
[package]
name = "torn-api-macros"
version = "0.1.0"
edition = "2021"
authors = ["Pyrit [2111649]"]
license = "MIT"
repository = "https://github.com/TotallyNot/torn-api.rs.git"
homepage = "https://github.com/TotallyNot/torn-api.rs.git"
description = "Macros implementation of #[derive(ApiCategory)]"
[lib]
proc-macro = true
[dependencies]
syn = { version = "1.0", features = [ "extra-traits" ] }
quote = "1.0"
convert_case = "0.5"