[package] name = "pr_mod" version = "1.2.0" edition = "2021" authors = ["Mateo Lafalce "] license = "GPL-3.0" description = "Program to look PR modifications" repository = "https://gitlab.com/mateolafalce/pr_mod" keywords = ["gpl", "git", "pull-request", "github", "gitlab"] categories = ["accessibility", "command-line-interface", "filesystem", "visualization", "internationalization"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "pr_mod" path = "src/main.rs" [dependencies]