nemicosm/Cargo.toml

17 lines
395 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"
native-tls = "0.2.8"
#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 03:15:46 +00:00
uuid = { version = "0.8.2", features = ["v4"] }
2022-01-11 01:18:31 +00:00
webpki-roots = "0.22.2"
2022-01-11 01:32:42 +00:00
[features]