ol_rusty/Cargo.toml
Tom 84c3a689ec Add mysql_async and dump sqlx.
Also some needed setup for this.
2022-08-28 13:00:17 +02:00

25 lines
572 B
TOML

[package]
name = "ol_rusty"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cached = "0.38"
chrono = "0.4"
config = "0.13"
futures = { version = "0.3", default-features = false }
glob = "0.3"
lazy_static = "1"
log = "0.4"
mysql_async = "0.30"
simplelog = "0.11.1"
poise = { version = "0.3", features = ["collector"] }
rand = "0.8"
regex = {version="1"}
reqwest = "0.11"
serde_json = "1"
serde = "1"
tokio = { version = "1.14", features = ["rt-multi-thread", "process"] }