[package] authors = ["Bas van Driel"] categories = ["command-line-utilities"] description = "Lightning fast dependency management for Python 3.11" edition = "2021" homepage = "https://github.com/pixelsquare-nl/lola" keywords = ["cli", "demo"] license = "MIT" name = "lola" readme = "README.md" repository = "https://github.com/pixelsquare-nl/lola" version = "0.1.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = {version = "4.1.1", features = ["derive"]} [dev-dependencies] assert_cmd = "2.0.7" predicates = "2.1.5"