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