[package] name = "GitPolicyEnforcer" version = "0.3.0" authors = ["Vagelis Prokopiou "] edition = "2018" description = "GitPolicyEnforcer is a command-line tool that helps you enforce Git policies through Git hooks, both server and client side" documentation = "https://github.com/Vagelis-Prokopiou/GitPolicyEnforcer" homepage = "https://github.com/Vagelis-Prokopiou/GitPolicyEnforcer" repository = "https://github.com/Vagelis-Prokopiou/GitPolicyEnforcer" readme = "README.md" license = "MIT OR Apache-2.0" categories = ["command-line-utilities"] keywords = ["git", "git_hooks", "hooks", "policy", "policies"] [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" clap = { version = "3", features = ["cargo"] } chrono = "0" regex = "1" [[bin]] name = "gpe" path = "./src/main.rs"