Files
beboucord/Cargo.toml
2023-12-11 22:02:27 +01:00

14 lines
316 B
TOML

[package]
name = "beboucord"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.12"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
dotenv = "0.15"
regex = "1.10"
once_cell = "1.19"