forked from JetpackDuba/DubaBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (29 loc) · 856 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
24
25
26
27
28
29
30
31
[package]
name = "duba_bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
#serenity = { version = "0.11.5", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
serenity = { version = "0.11.5", default-features = false, features = [
"builder",
"chrono",
"client",
"framework",
"gateway",
"http",
"model",
"standard_framework",
"utils",
"rustls_backend",
"cache",
] }
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "signal"] }
dotenvy = "0.15"
songbird = { version = "0.3.2", default-features = true, features = ["yt-dlp"] }
tracing = "0.1"
tracing-subscriber = "0.3.17"
tracing-futures = "0.2"
serde = "1.0.178"
serde_json = "1.0.104"
rand = "0.8.5"