[package] authors = ["Marc 'risson' Schmitt "] categories = ["command-line-utilities"] description = "A git command to change your commit time to make it appear as you committed on your personal time." edition = "2021" homepage = "https://gitlab.com/risson/git-oof" keywords = ["git", "oof", "git-oof"] license-file = "./LICENSE" name = "git-oof" readme = "./README.md" repository = "https://gitlab.com/risson/git-oof" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] anyhow = "1.0.53" chrono = "0.4.19" git2 = { version = "0.13.25", default-features = false }