The world's most clever kitty cat
1[package]
2name = "bingus-bot"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7anyhow = "1"
8brotli = "8"
9colog = "1"
10fastrand = "2"
11log = "0.4"
12reqwest = "0.13"
13rmp-serde = "1"
14rustls = "0.23"
15serde = { version = "1", features = ["derive"] }
16tokio = { version = "1", features = [
17 "macros",
18 "rt-multi-thread",
19 "fs",
20 "signal",
21] }
22twilight-gateway = "0.17"
23twilight-http = "0.17"
24twilight-interactions = "0.17"
25twilight-model = "0.17"
26twilight-util = { version = "0.17", features = ["builder"] }