[package] name = "drunx" version = "1.7.2" authors = ["Alexandru Olaru "] edition = "2021" description = "A command line tool to increase Team Leadership productivity" include = [ "**/*.rs", "Cargo.toml", ] license = "MIT OR Apache-2.0" keywords = ["cli", "productivity"] repository = "https://github.com/alxolr/drunx" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1" structopt = "0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [dev-dependencies] assert_cmd = "2" predicates = "3" [profile.release] codegen-unit = 1