diff --git a/Cargo.toml b/Cargo.toml index 68c526d..59331fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,9 @@ name = "treacle" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +authors = ["Tom Panton "] +license = "MIT" +repository = "https://github.com/pantonshire/treacle" +description = "Event debouncer" [dependencies]