deps for db interface

This commit is contained in:
shockrah 2020-09-02 17:00:21 -07:00
parent f05f3160d6
commit 2981cbc30b
2 changed files with 1511 additions and 0 deletions

1501
server-api/db/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

10
server-api/db/Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[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"