My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/development/libs/barrel/barrel_derives/Cargo.toml

11 lines
216 B

[package]
name = "barrel_derives"
version = "0.0.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
[lib]
proc-macro = true
[dependencies]
syn = { version = "^0.12", features = ["extra-traits"] }
quote = "^0.4"