diff --git a/Cargo.toml b/Cargo.toml index 7e0c12a..b88c834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "prout" version = "0.2.0" edition = "2021" +authors = ["JOLIMAITRE Matthieu "] +description = "A minimal programming language providing tools to automate file management like backups, building process or unit testing." +license = "MIT" +repository = "https://github.com/MajorBarnulf/prout" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html