You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
395 B

5 years ago
[package]
name = "deploy-config"
version = "0.1.0"
authors = ["Zoran Zaric <zz@zoranzaric.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.99", features = [ "derive" ] }
ssh2 = "0.3.3"
url = "2.1.0"
serde_yaml = "0.8.9"
serde_json = "1.0.40"
serde_with = "1.3.1"
reqwest = "0.9.20"