The world's most clever kitty cat
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 26 lines 504 B view raw
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"] }