From ff350f9193b1fa43e97510dd3e2670549371a95a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 9 Nov 2024 00:28:49 +0100 Subject: [PATCH] feat: include author Signed-off-by: kjuulh --- crates/mad/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/mad/Cargo.toml b/crates/mad/Cargo.toml index b1d801f..1509ec3 100644 --- a/crates/mad/Cargo.toml +++ b/crates/mad/Cargo.toml @@ -4,6 +4,7 @@ version.workspace = true description = "notmad is a life-cycle manager for long running rust operations" license = "MIT" repository = "https://github.com/kjuulh/mad" +author = "kjuulh" edition = "2021" [dependencies]