be92171fec
* common/config: fix clippy * common/config: use cfg_if
19 lines
434 B
TOML
19 lines
434 B
TOML
[package]
|
|
name = "config"
|
|
version = "0.1.0"
|
|
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
cfg-if = "1.0.0"
|
|
handlebars = "3.0.1"
|
|
humantime-serde = "1.0"
|
|
log = "0.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.5.6"
|
|
url = "2.2"
|
|
|
|
network-defaults = { path = "../network-defaults" }
|