ovh-dane-companion/Cargo.toml
Louis Vallat 81e86e671c
WIP, doesn't totally work
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2022-02-13 19:38:45 +01:00

20 lines
502 B
TOML

[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"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha1 = { version = "0.6", features = ["std"] }
openssl = "0.10.38"
walkdir = "2.3.2"
publicsuffix = "1.3.1"