From 4a0142f850bd495ab615cc6b9cf22f1ebd02c38c Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 27 Aug 2023 14:14:20 +0200 Subject: [PATCH] Add package details --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e6e512f..e7497c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "smartrelease" version = "0.1.0" +authors = ["ByteDream"] edition = "2021" +description = "Redirect to release assets dynamically" +license = "MIT" [dependencies] actix-web = { version = "4.3", features = ["rustls"] }