-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (28 loc) · 793 Bytes
/
Cargo.toml
File metadata and controls
30 lines (28 loc) · 793 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
[package]
name = "multiplex"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0.70", features = ["backtrace"] }
axum = "0.6.18"
chrono = "0.4.26"
dotenvy = "0.15.7"
mime2ext = "0.1.52"
mongodb = { version = "2.4.0", features = ["bson-chrono-0_4"] }
once_cell = "1.17.1"
orderless = "0.1.5"
poise = { git = "https://github.com/serenity-rs/poise", rev = "22b5b01" }
proc-macro2 = "1.0.67"
rand = "0.8.5"
rust-s3 = "0.33.0"
secrecy = "0.8.0"
serde = "1.0.159"
serde_json = "1.0.95"
sha256 = "1.5.0"
strsim = "0.10.0"
tokio = { version = "1.27.0", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
unicode-segmentation = "1.10.1"
urlencoding = "2.1.2"