[package] name = "deployah" version = "0.1.2" authors = ["Sebastian Plamauer "] edition = "2021" license = "MIT" description = "A tool to deploy services from git repos" homepage = "https://gitlab.motius.de/open/deployah/deployah" documentation = "https://gitlab.motius.de/open/deployah/deployah" repository = "https://gitlab.motius.de/open/deployah/deployah" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.125", features = ["derive"] } toml = "0.5" clap = "2.33.3" rayon = "1.5.0" text_io = "0.1.8" whoami = "1.1.2" users = "0.11.0" chrono = "0.4.19" eyre = "0.6.5"