From c1c916678e0afec308d905c97d9ccd241c8a1edf Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 15 Nov 2023 21:58:01 -0500 Subject: feat: add version command --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 80269b4..015287d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "teawiebot" version = "0.1.0" edition = "2021" +repository = "https://github.com/getchoo/teawieBot" +license = "MIT" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3