[package] name = "year_update" version = "1.2.1" edition = "2021" authors = ["Mateo Lafalce "] license = "GPL-3.0" description = "Used to update the date of license files in GPL-v3 projects" repository = "https://gitlab.com/mateolafalce/year_update" keywords = ["gpl", "terminal", "update", "license", "year"] 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 = "year_update" path = "src/main.rs"