[package] name = "levi" version = "0.2.0" edition = "2021" authors = ["Lev Lavryniuk "] license = "MIT" description = "Rust Web App Bootstrapper" readme = "README.md" homepage = "https://github.com/lavryniukk/levi" repository = "https://github.com/lavryniukk/levi" keywords = ["cli", "bootstrap", "web"] categories = ["command-line-utilities", "web"] [dependencies] clap = { version = "4.5.0", features = ["derive"] } dialoguer = "0.11.0"