freechat/server-api/db/Cargo.toml
2020-11-12 13:15:24 -08:00

14 lines
306 B
TOML

[package]
name = "db"
version = "0.1.0"
authors = ["shockrah <alejandros714@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mysql_async = "0.23.1"
async-trait = "0.1.40"
serde = "1.0.117"
chrono = "0.4.0"