This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
bind-conf/bind_conf_derive/Cargo.toml

16 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" }