[package]
edition = "2018"
name = "glint"
version = "0.2.1"
authors = ["Frankie Bagnardi <f.bagnardi@gmail.com>"]
description = "a friendly tool for creating commits in the commitlint style"
homepage = "https://github.com/brigand/glint"
documentation = "https://docs.rs/glint"
license = "MIT"
repository = "https://github.com/brigand/glint"
[profile.release]
opt-level = 3
lto = true
debug = false
[dependencies.clap]
version = "2"
[dependencies.crossterm]
version = "0.10"
[dependencies.unic-segment]
version = "0.9"