Files
nym/common/config/Cargo.toml
T
2020-01-29 16:04:27 +00:00

13 lines
320 B
TOML

[package]
name = "config"
version = "0.1.0"
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
handlebars = "3.0.1"
serde = { version = "1.0.104", features = ["derive"] }
toml = "0.5.6"