serde_json added to db-libs depdancies list

This commit is contained in:
shockrah 2020-11-17 22:42:42 -08:00
parent 8b7684c0a7
commit 774e7c679e

1
server-api/Cargo.lock generated
View File

@ -311,6 +311,7 @@ dependencies = [
"chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
"mysql_async 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]