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
11
edition = "2021"
12
12
13
13
[dependencies]
14
14
+
color-eyre = "0.6.3"
14
15
dotenv = "0.15.0"
15
15
-
poise = "0.6.1"
16
16
-
serenity = "0.12.2"
17
16
humantime = "2.1.0"
18
18
-
color-eyre = "0.6.3"
19
19
-
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
17
17
+
poise = "0.6.1"
20
18
regex = "1.10.5"
21
19
reqwest = "0.12.4"
20
20
+
serenity = "0.12.2"
21
21
+
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
22
22
+
23
23
+
[lints.clippy]
24
24
+
all = "warn"
25
25
+
pedantic = "warn"