From fdb58ca487720a74fed6a9db0554a6aeee3027b8 Mon Sep 17 00:00:00 2001 From: pantonshire Date: Sat, 29 Apr 2023 14:37:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20Cargo.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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]