mirror of
https://forge.gzod01.fr/werobot/discoWeRo-Bot.git
synced 2024-11-17 10:28:03 +00:00
12 lines
310 B
TOML
12 lines
310 B
TOML
[package]
|
|
name = "disco_wero_bot"
|
|
version = "0.1.0"
|
|
authors = ["WeRobot <contact@werobot.fr>", "GZod01 <gzod01@gzod01.fr>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4.0"
|
|
mysql = "25.0.0"
|
|
serde_json = "1.0.116"
|
|
serenity = "0.12"
|
|
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
|