tangled
alpha
login
or
join now
isabelroses.com
/
blahaj
1
fork
atom
silly goober bot
1
fork
atom
overview
issues
pulls
pipelines
sort deps
isabelroses.com
2 years ago
4f6fd56e
d7222f7c
+8
-4
1 changed file
expand all
collapse all
unified
split
Cargo.toml
+8
-4
Cargo.toml
···
11
edition = "2021"
12
13
[dependencies]
0
14
dotenv = "0.15.0"
15
-
poise = "0.6.1"
16
-
serenity = "0.12.2"
17
humantime = "2.1.0"
18
-
color-eyre = "0.6.3"
19
-
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
20
regex = "1.10.5"
21
reqwest = "0.12.4"
0
0
0
0
0
0
···
11
edition = "2021"
12
13
[dependencies]
14
+
color-eyre = "0.6.3"
15
dotenv = "0.15.0"
0
0
16
humantime = "2.1.0"
17
+
poise = "0.6.1"
0
18
regex = "1.10.5"
19
reqwest = "0.12.4"
20
+
serenity = "0.12.2"
21
+
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
22
+
23
+
[lints.clippy]
24
+
all = "warn"
25
+
pedantic = "warn"