-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
23 lines (22 loc) · 948 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "FILLME"
edition = "2021"
authors = ["FILLME"]
license = "FILLME"
[dependencies]
anyhow = "1.0"
dotenvy = "0.15"
futures-util = { version = "0.3", default-features = false }
tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1", default-features = false, features = ["std"] }
tracing-journald = "0.3"
tracing-log = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
twilight-cache-inmemory = { version = "0.15", features = ["permission-calculator"] }
twilight-gateway = { version = "0.15", features = ["rustls-webpki-roots", "simd-json", "zlib-simd"] }
twilight-http = { version = "0.15", features = ["rustls-webpki-roots", "simd-json", "trust-dns"] }
twilight-mention = "0.15"
twilight-model = "0.15"
twilight-standby = "0.15"
twilight-util = { version = "0.15", features = ["builder", "link", "permission-calculator", "snowflake"] }
twilight-validate = "0.15"