2024-07-22 17:15:03 +00:00
|
|
|
[package]
|
2024-07-23 17:13:07 +00:00
|
|
|
name = "discord_egress"
|
2024-07-22 17:15:03 +00:00
|
|
|
authors = ["Oliver", "Oliver"]
|
|
|
|
description = "egress a discord server"
|
|
|
|
repository = "https://git.oliveratkinson.net/Oliver/discord-egress.git"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
|
|
|
|
# songbird = { version = "0.3.2", features = ["yt-dlp"] }
|
2024-07-23 17:13:07 +00:00
|
|
|
poise = { version = "0.6", features = ["cache"] }
|
2024-07-22 17:15:03 +00:00
|
|
|
dotenv = "0.15.0"
|
|
|
|
anyhow = "1.0.75"
|
2024-07-23 21:07:56 +00:00
|
|
|
once_cell = "1.19.0"
|
2024-07-25 16:56:45 +00:00
|
|
|
tracing = "0.1.40"
|
|
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|