Files
trutls/Cargo.toml
Antun Krasic 2af2ad132a init
2024-04-10 21:59:04 +01:00

14 lines
366 B
TOML

[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"