freechat/json-api/db/Cargo.toml
shockrah ba14600b34 Removal of chrono and async_trait as dependancy in db-lib
Removig chrono from api code as well
2021-03-20 13:56:02 -07:00

15 lines
330 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 = { version = "1.0.117", features = [ "derive" ] }