fabaccess-bffh/modules/sdk/sdk_proc/Cargo.toml
2022-01-05 21:56:32 +01:00

23 lines
355 B
TOML

[package]
name = "sdk-proc"
version = "0.1.0"
edition = "2021"
autotests = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[[test]]
name = "tests"
path = "tests/progress.rs"
[dev-dependencies]
trybuild = "1.0"
[dependencies]
proc-macro2 = "1.0"
syn = "1.0"
quote = "1.0"