surwiki/libs/static_resource_derive/Cargo.toml

15 lines
227 B
TOML
Raw Normal View History

[package]
name = "static_resource_derive"
version = "0.1.0"
authors = ["Magnus Hoff <maghoff@gmail.com>"]
2017-09-22 17:16:40 +03:00
license = "GPL-3.0"
[dependencies]
quote = "0.3.10"
syn = "0.10.5"
sha2 = "0.6"
base64 = "0.6"
[lib]
proc-macro = true