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