sieverman/Cargo.toml

16 lines
460 B
TOML
Raw Normal View History

2023-12-04 07:22:00 +01:00
[package]
name = "sieverman"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio-rustls = { git = "https://github.com/cpu/tokio-rustls.git", branch = "cpu-0.25-prep" }
env_logger = "0.10.1"
log = "0.4.20"
tokio = { version = "1.34.0", features = ["full"] }
webpki-roots = "0.26.0"
pki-types = { package = "rustls-pki-types", version = "1.0" }
nom = "7.1.3"