ovh-dane-companion/Cargo.toml

19 lines
460 B
TOML
Raw Normal View History

[package]
name = "tlsa"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
inotify = "0.10"
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-test = "0.4.2"
hyper-tls = "0.5.0"
cookie = "0.15.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha1 = { version = "0.6", features = ["std"] }