surwiki/libs/codegen/Cargo.toml
Magnus Hoff 1911a914ef Generate license attributions from JSON
JSON is mainly generated by cargo-license-hound
2017-11-14 13:06:50 +01:00

17 lines
270 B
TOML

[package]
name = "codegen"
version = "0.1.0"
authors = ["Magnus Hoff <maghoff@gmail.com>"]
license = "GPL-3.0"
[dependencies]
base64 = "0.6"
quote = "0.3.10"
serde = "1.0.0"
serde_derive = "1.0.0"
serde_json = "1.0"
sha2 = "0.6"
syn = "0.10.5"
[lib]
proc-macro = true