From 64d4ba9be14931cc62bff2ace2f3ba2a2c4b396d Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:46:13 +0800 Subject: [PATCH] chore: improve package metadata --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 04dfefb..8f976a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,10 @@ name = "valfisk" version = "0.1.0" edition = "2021" -license = "AGPL-3.0-only" +description = "Next generation Ryanland Discord bot" authors = ["Ryan Cao "] - +license = "AGPL-3.0-only" +publish = false [dependencies] actix-web = "4.4.0"