forked from ibuki2003/morsecord
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 751 Bytes
/
Cargo.toml
File metadata and controls
25 lines (23 loc) · 751 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
[package]
name = "morsecord"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
chrono = "0.4.26"
fern = "0.6.2"
kanaria = "0.2.0"
log = "0.4.19"
rand = "0.8.5"
serde = { version = "1.0.167", features = ["derive"] }
serde_json = "1.0.100"
serenity = { version = "0.11.6", features = ["framework", "standard_framework", "voice"] }
songbird = { version = "0.3.2", features = ["yt-dlp"] }
sqlx = { version = "0.7.0", features = ["sqlite", "runtime-tokio"], default-features = false }
tokio = { version = "1.29.1", features = ["full"] }
tokio-util = "0.7.8"
unicode-normalization = "0.1.22"
wav = "1.0.0"
hound = "3.5.1"
strsim = "0.11.1"