Files
trutls/Cargo.toml

14 lines
366 B
TOML
Raw Normal View History

2024-04-10 21:59:04 +01:00
[package]
name = "trutls"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = {version = "1", features=["full"]}
hyper-util = {version = "0.1.2", features=["full"]}
tokio = { version = "1", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"