summaryrefslogtreecommitdiff
path: root/crates/bot-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/bot-client/Cargo.toml')
-rw-r--r--crates/bot-client/Cargo.toml32
1 files changed, 0 insertions, 32 deletions
diff --git a/crates/bot-client/Cargo.toml b/crates/bot-client/Cargo.toml
deleted file mode 100644
index a2ba2a0..0000000
--- a/crates/bot-client/Cargo.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[package]
-name = "bot-client"
-version = "0.2.0"
-edition = "2021"
-
-authors = ["seth <getchoo at tuta dot io>"]
-description = "Discord client for nixpkgs-tracker-bot"
-repository = "https://github.com/getchoo/nixpkgs-tracker-bot"
-
-publish = false
-
-[dependencies]
-bot-commands = { workspace = true }
-bot-config = { workspace = true }
-bot-consts = { workspace = true }
-bot-error = { workspace = true }
-bot-http = { workspace = true }
-bot-jobs = { workspace = true }
-log = { workspace = true }
-serenity = { workspace = true }
-tokio = { workspace = true }
-
-[lints.rust]
-unsafe_code = "forbid"
-
-[lints.clippy]
-complexity = "warn"
-correctness = "deny"
-pedantic = "warn"
-perf = "warn"
-style = "warn"
-suspicious = "deny"