generated from Oliver/discord-bot-template
22 lines
772 B
TOML
22 lines
772 B
TOML
[package]
|
|
name = "discord_egress"
|
|
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"] }
|
|
poise = { features = ["cache"], git="https://github.com/Rushmore75/poise.git", rev="6afaf44a791cd3ff590c89fda26c94b4411b3266" }
|
|
dotenv = "0.15.0"
|
|
anyhow = "1.0.75"
|
|
once_cell = "1.19.0"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
|
serde_json = "1.0.120"
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
surrealdb = "1.5.4"
|