[package] name = "changelogger" authors = ["Dewey4iv"] version = "0.1.4" edition = "2021" description = "a cli tool in the making" license = "MIT" [[bin]] name = "changelogger" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.17.0", features = ["full"] } regex = "1.5.5" tera = "1.15.0" uuid = { version = "0.8.2", features = ["v4"] } clap = { version = "3.1.8", features = ["cargo"] }