sled_async

This commit is contained in:
open-trade
2020-05-14 19:16:46 +00:00
parent 1f4f1cc8e2
commit f3554b153d
5 changed files with 176 additions and 13 deletions

View File

@@ -9,6 +9,9 @@ edition = "2018"
[dependencies]
hbb_common = { path = "libs/hbb_common" }
sled = "0.31"
serde_derive = "1.0"
serde = "1.0"
serde_json = "1.0"
[workspace]
members = ["libs/hbb_common"]