# https://doc.rust-lang.org/cargo/reference/manifest.html [package] name = "hostile" version = "0.1.5" authors = ["Cathal Mullan "] keywords = ["hosts", "cli"] categories = ["command-line-utilities"] edition = "2018" description = "Want this package name? Contact me!" repository = "https://github.com/CathalMullan/hostile" license = "MIT" include = ['Cargo.toml', 'LICENSE', 'README.md', '/src/'] [badges] maintenance = { status = "looking-for-maintainer" } [dependencies] argh = "0.1.4" log = "0.4.11" tabwriter = "1.2.1" [[bin]] name = "hostile" path = "src/main.rs"