[package] name = "typos-git-commit" version = "0.5.0" edition = "2021" authors = ["Olivier Delhomme "] description = "This program analyzes a json file produced with `typos` and makes commits for each correction." repository = "https://gitlab.com/delhomme/typos-git-commit/" license = "GPL-3.0-or-later" keywords = ["git", "typos", "command-line"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" clap = { version = "4.0.32", features = ["derive", "color", "cargo"] } clap_complete = "4.4.9"