From 0f558e6ea4fb47b60205c04b5e300bae6c567ba7 Mon Sep 17 00:00:00 2001 From: Henry Wenger-Stickel Date: Thu, 11 Apr 2024 08:33:17 -0500 Subject: [PATCH] Add cargo information --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 22f450a..2464b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "pacbot" version = "0.1.0" edition = "2021" +authores = ["Wizard28 ", "Elsie19 "] +description = "Pacstall's Discord server and GitHub bot" +license = "AGPL-3.0-or-later" build = "src/build.rs"