2022-03-05 21:35:02 +00:00
|
|
|
[package]
|
|
|
|
name = "woxlf"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
config = "0.12.0"
|
|
|
|
structopt = "0.3.26"
|
|
|
|
chrono = "0.4.19"
|
|
|
|
serde = "1.0.136"
|
|
|
|
rand = "0.8.5"
|
2022-03-06 17:03:49 +00:00
|
|
|
toml = "0.5.8"
|
2022-03-05 21:35:02 +00:00
|
|
|
|
|
|
|
[dependencies.serenity]
|
|
|
|
version = "0.10.10"
|
|
|
|
features = ["framework", "standard_framework"]
|
|
|
|
|
|
|
|
[dependencies.tokio]
|
|
|
|
version = "1.0"
|
|
|
|
features = ["macros", "rt-multi-thread"]
|