prepare for publishing
This commit is contained in:
parent
539700ad75
commit
7f103a2435
8 changed files with 36 additions and 22 deletions
17
torn-api-macros/Cargo.toml
Normal file
17
torn-api-macros/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue