14 lines
316 B
TOML
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"
|