-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
29 lines (28 loc) · 848 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
[package]
name = "mie"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
anyhow = "1.0.93"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
ytd-rs = { version = "0.1.7", features = ["yt-dlp"] }
backblaze-b2-client = { git = "ssh://[email protected]/SalahaldinBilal/backblaze-b2-client-rs.git", branch = "move" }
twilight-gateway = "0.15.4"
twilight-http = "0.15.4"
twilight-model = "0.15.4"
dotenvy = "0.15.7"
url = "2.5.4"
rand = "0.8.5"
futures = "0.3.31"
tokio-util = "0.7.12"
nonzero_ext = "0.3.0"
serde_json = "1.0.133"
serde = "1.0.215"
urlencoding = "2.1.3"
sha1_smol = "1.0.1"
async-stream = "0.3.6"
openssl = { version = "0.10", features = ["vendored"] }
vesper = "0.13.0"
reqwest = { version = "0.12.9", features = ["json"] }