mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-10 17:43:23 +01:00
23 lines
355 B
TOML
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"
|