[package] name = "hackeraudit-cli" version = "0.1.0" authors = ["Dawid Ciężarkiewicz "] description = "Reference command line client for Hacker Audit" keywords = ["audit", "cli", "hackeraudit"] license = "MPL-2.0/MIT/Apache-2.0" documentation = "https://docs.rs/hackeraudit-api-common" homepage = "https://hackeraudit.com" repository = "https://gitlab.com/hackeraudit" readme = "README.md" [[bin]] name = "haudit" path = "src/main.rs" [dependencies] ignore = "0.3" toml = "0.4" error-chain = "0.11" serde = "1" serde_json = "1" serde_derive = "1" reqwest = "0.8" hackeraudit-api-common = { version = "0.1", path = "../web/api-common" } clap = "2.29" pem = "0.4" term = "0.4" app_dirs = "1"