-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (37 loc) · 796 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
32
33
34
35
36
37
38
39
[package]
name = "no_more_mr_dice_guy"
version = "0.5.1"
authors = ["Luna <[email protected]>"]
edition = "2021"
[dependencies]
tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] }
rand = "0.8.5"
rand_chacha = "0.3"
meval = "0.2"
lazy_static = "1.4"
anyhow = "1"
ctrlc = "3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-futures = "0.2"
regex = "1.9"
num-traits = "0.2.16"
itertools = "0.11.0"
[dependencies.serenity]
default-features = false
#features = ["framework", "standard_framework", "rustls_backend"]
features = [
"builder",
"client",
"cache",
"gateway",
"http",
"model",
"utils",
"rustls_backend",
"framework",
"standard_framework",
]
version = "0.11.6"