mirror of
https://github.com/mii443/audio-receiver.git
synced 2025-08-22 15:05:28 +00:00
31 lines
695 B
TOML
31 lines
695 B
TOML
[package]
|
|
name = "audio-receiver"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
toml = "0.5"
|
|
async-trait = "0.1.57"
|
|
hound = "3.5.1"
|
|
byteorder = "1.3.4"
|
|
serde_json = "1.0"
|
|
serde = "1.0"
|
|
|
|
[dependencies.uuid]
|
|
version = "0.8"
|
|
features = ["serde", "v4"]
|
|
|
|
[dependencies.songbird]
|
|
version = "0.3.2"
|
|
features = ["builtin-queue"]
|
|
|
|
[dependencies.serenity]
|
|
version = "0.11.6"
|
|
features = ["builder", "cache", "client", "gateway", "model", "utils", "unstable_discord_api", "collector", "rustls_backend", "framework", "voice"]
|
|
|
|
[dependencies.tokio]
|
|
version = "1.0"
|
|
features = ["macros", "rt-multi-thread"]
|