[package] name = "mit" version = "0.1.8" edition = "2021" description = "MIT{,-0} license generator" license = "MIT" documentation = "https://docs.rs/mit" readme = "README.md" categories = ["command-line-utilities"] repository = "https://github.com/btwiuse/mit" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "mit" path = "main.rs" [lib] name = "mit" path = "lib.rs" [dependencies] handlebars = "4.3" clap = { version = "4.3", features = ["derive"] } [badges] travis-ci = { repository = "btwiuse/mit", branch = "master" } maintenance = { status = "experimental" }