lib_clds/Cargo.toml

27 lines
611 B
TOML

[package]
name = "clds"
version = "0.1.0"
authors = ["JesusPerez <jpl@jesusperez.pro>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.40"
chrono = "0.4.19"
envmnt = "0.9.0"
flate2 ="1.0.20"
openssh = "0.8.0"
regex = "1.4.3"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.8.17"
tempfile = "3.2.0"
tar = "0.4.33"
tera = "1.8.0"
tokio = { version = "1.5.0", features = ["full"] }
rfm = "0.8.0"
reqenv = { version = "0.1.0", path = "../handlers/reqenv" }