-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (29 loc) · 871 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
[package]
name = "afrotd"
version = "0.4.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.7.4", features = ["tracing"] }
axum-extra = { version = "0.9.2", features = ["typed-header"] }
tower-http = { version = "0.5.2", features = ["fs", "trace"] }
chrono = "0.4.35"
chrono-tz = "0.9.0"
clap = { version = "4.5.2", features = ["derive"] }
eyre = "0.6.12"
indexmap = "2.2.5"
maud = { version = "0.26.0", features = ["axum"] }
once_cell = "1.19.0"
rand = "0.8.5"
rand_pcg = "0.3.1"
rand_seeder = "0.2.3"
regex = "1.10.3"
roman-numerals = "0.4.0"
rss = "2.0.7"
tokio = { version = "1.36.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
serenity = "0.12"
veil = "0.1"
[profile.release]
lto = "thin"