[package] name = "ahab" description = "docker cli wrapper" readme = "README.md" version = "0.0.1" edition = "2021" license = "MIT" authors = ["Matej Janežič "] repository = "https://github.com/janezicmatej/ahab.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.0", features = ["derive"] } anyhow = "1.0.71"