ovh-dane-companion/Cargo.toml
Louis Vallat 0091f148b5
Initial commit: interaction with OVH API
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2022-02-11 23:53:43 +01:00

19 lines
460 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"
cookie = "0.15.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha1 = { version = "0.6", features = ["std"] }