Files
nym/common/config/Cargo.toml
T
2023-04-04 10:26:41 +01:00

18 lines
434 B
TOML

[package]
name = "nym-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"
log = { workspace = true }
serde = { workspace = true, features = ["derive"] }
toml = "0.5.6"
url = "2.2"
nym-network-defaults = { path = "../network-defaults" }