24 lines
552 B
TOML
24 lines
552 B
TOML
[package]
|
|
name = "sillycord-bot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
dotenv = "0.15.0"
|
|
poise = "0.6.1"
|
|
serenity = "0.12.4"
|
|
sqlx = { version = "0.8", features = [ "runtime-tokio", "tls-rustls-ring", "mysql", "time" ] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|
|
serde = { version = "1.0.215", features = ["derive"] }
|
|
toml = "0.8.19"
|
|
chrono = "0.4.38"
|
|
chrono-tz = "0.10.0"
|
|
reqwest = "0.12.9"
|
|
serde_json = "1.0.133"
|
|
libloading = "0.8.5"
|
|
time = "0.3.36"
|
|
rand = "0.8.5"
|
|
rand_pcg = "0.3.1"
|