This commit is contained in:
John Smith
2022-08-19 14:24:11 -04:00
parent 6e34bdd420
commit 127f9aa7cf
2 changed files with 485 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ webpki-roots = "^0"
rustls = "^0.19"
rustls-pemfile = "^0.2"
futures-util = { version = "^0", default-features = false, features = ["async-await", "sink", "std", "io"] }
# keyvaluedb-sqlite = { path = "../external/keyvaluedb/keyvaluedb-sqlite" }
keyvaluedb-sqlite = { path = "../external/keyvaluedb/keyvaluedb-sqlite" }
data-encoding = { version = "^2" }
serde = { version = "^1", features = ["derive" ] }
serde_cbor = { version = "^0" }