discord-bot-template/Cargo.toml

20 lines
559 B
TOML
Raw Permalink Normal View History

2023-11-02 23:35:08 +00:00
[package]
2023-11-03 19:39:59 +00:00
name = "${REPO-NAME}"
2023-11-03 19:44:36 +00:00
authors = ["${REPO_OWNER}", "${TEMPLATE_OWNER}"]
description = "${REPO_DESCRIPTION}"
repository = "${REPO_HTTPS_URL}"
2023-11-02 23:35:08 +00:00
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"] }
2023-11-03 19:53:50 +00:00
poise = { version = "0.5.7", features = ["cache"] }
2023-11-02 23:35:08 +00:00
dotenv = "0.15.0"
anyhow = "1.0.75"
url = "2.4.1"
async-recursion = "1.0.5"