-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
49 lines (40 loc) · 864 Bytes
/
Copy pathCargo.toml
File metadata and controls
49 lines (40 loc) · 864 Bytes
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
40
41
42
43
44
45
46
47
48
49
[package]
name = "gcm_bot"
version = "0.1.0"
authors = ["lomotos10"]
edition = "2021"
default-run = "gcm_bot"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.4.0", features = ["rt", "rt-multi-thread", "macros"] } # for async in general
poise = "0.5.5"
thiserror = "1.0.30"
lazy_static = "1.4.0"
curl = "0.4.43"
url = "2.2.2"
serde_json = "1.0.79"
strsim = "0.10.0"
ordered-float = "3.0.0"
walkdir = "2"
html_parser = "0.6.3"
chrono = "0.4"
urlencoding = "2.1.0"
tl = "0.7.6"
regex = "1"
eyre = "0.6.8"
itertools = "0.11.0"
unicode-normalization = "0.1.20"
[[bin]]
name = "mai-diff-differences"
[[bin]]
name = "mai-chart"
[[bin]]
name = "chuni-chart"
[[bin]]
name = "ongeki-chart"
[[bin]]
name = "sync-aliases"
[[bin]]
name = "grand-slam"
[[bin]]
name = "mai-ordering"