[package] name = "supreme" version ="1.1.1" authors = ["Rickard Natt och Dag "] edition = "2018" description = "A CLI tool that helps you get up an running fast" license = "MIT" repository = "https://github.com/opendevtools/supreme-rs" homepage = "https://github.com/opendevtools/supreme-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" structopt = "0.3.13" handlebars = "3.5.1" dialoguer = "0.7.1"