deps for db interface
This commit is contained in:
parent
f05f3160d6
commit
2981cbc30b
1501
server-api/db/Cargo.lock
generated
Normal file
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
10
server-api/db/Cargo.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user