summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 51860c8..8406b6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,8 @@
[package]
-name = "teawiebot"
+name = "teawie-bot"
version = "1.0.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
@@ -17,7 +15,6 @@ eyre = { version = "0.6.12", default-features = false, features = [
"auto-install",
"track-caller",
] }
-include_dir = "0.7.4"
log = "0.4.22"
poise = "0.6.1"
rand = "0.8.5"