generated from Oliver/discord-bot-template
20 lines
581 B
TOML
20 lines
581 B
TOML
|
[package]
|
||
|
name = "REPO-NAME"
|
||
|
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"] }
|
||
|
poise = { version = "0.5.7", features = ["cache"] }
|
||
|
dotenv = "0.15.0"
|
||
|
anyhow = "1.0.75"
|
||
|
url = "2.4.1"
|
||
|
async-recursion = "1.0.5"
|
||
|
|