bind-conf/bind_conf_derive/Cargo.toml

17 lines
338 B
TOML

[package]
name = "bind_conf_derive"
version = "0.1.0"
authors = ["BlackSponge <blacksponge@tuta.io>", "Jackred <jackred@tuta.io>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
syn = { version = "1.0", features = [ "extra-traits" ] }
quote = "1.0"
proc-macro2 = "1.0"
[dev-dependencies]
bind_conf = { path = "../bind_conf" }