nemicosm/Cargo.toml

15 lines
325 B
TOML
Raw Normal View History

2022-01-11 01:18:31 +00:00
[package]
name = "nemicosm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.52"
rustls = "0.20.2"
2022-01-11 01:32:42 +00:00
trust-dns-resolver = { version = "0.20.3", features = ["dns-over-rustls"] }
2022-01-11 01:18:31 +00:00
webpki-roots = "0.22.2"
2022-01-11 01:32:42 +00:00
[features]