23 lines
430 B
TOML
23 lines
430 B
TOML
[package]
|
|
name = "nym-http-api-client-macro"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
readme.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1"
|
|
syn = { version = "2.0.106", features = ["full"] }
|
|
quote = "1.0.40"
|
|
|
|
[lints]
|
|
workspace = true
|