mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-24 03:51:15 -05:00
[ci skip] switch to keyvaluedb 0.1.4
This commit is contained in:
parent
f156db5482
commit
3a73ca3f17
2 changed files with 12 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -3226,6 +3226,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "keyvaluedb"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4cf5f716c938c5720860919731f933740c437f7eb1e35d194b877f85a6be992f"
|
||||
dependencies = [
|
||||
"smallvec",
|
||||
]
|
||||
|
|
@ -3233,6 +3235,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "keyvaluedb-memorydb"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e15911696a5b7e2a88f40d38c9c33d8ac0722bc5b88ad6ecdd0b3dada0eef575"
|
||||
dependencies = [
|
||||
"keyvaluedb",
|
||||
"parking_lot 0.12.5",
|
||||
|
|
@ -3241,6 +3245,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "keyvaluedb-sqlite"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "81123fd2c40c4406a3bfd1f4ee2e6810d2dd9ef9254d10ddceb67a3156337344"
|
||||
dependencies = [
|
||||
"async-sqlite",
|
||||
"hex",
|
||||
|
|
@ -3252,6 +3258,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "keyvaluedb-web"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "744d5c74aed22b16ffd5c48fc99f5bb9c1889766c653db5181148451725c8cd5"
|
||||
dependencies = [
|
||||
"flume",
|
||||
"futures",
|
||||
|
|
|
|||
|
|
@ -25,10 +25,10 @@ cursive_core = { git = "https://gitlab.com/veilid/cursive.git" }
|
|||
|
||||
# For local development
|
||||
# keyring-manager = { path = "../keyring-manager" }
|
||||
keyvaluedb = { path = "../keyvaluedb/keyvaluedb" }
|
||||
keyvaluedb-memorydb = { path = "../keyvaluedb/keyvaluedb-memorydb" }
|
||||
keyvaluedb-sqlite = { path = "../keyvaluedb/keyvaluedb-sqlite" }
|
||||
keyvaluedb-web = { path = "../keyvaluedb/keyvaluedb-web" }
|
||||
# keyvaluedb = { path = "../keyvaluedb/keyvaluedb" }
|
||||
# keyvaluedb-memorydb = { path = "../keyvaluedb/keyvaluedb-memorydb" }
|
||||
# keyvaluedb-sqlite = { path = "../keyvaluedb/keyvaluedb-sqlite" }
|
||||
# keyvaluedb-web = { path = "../keyvaluedb/keyvaluedb-web" }
|
||||
# igd = { package = "veilid-igd", path = "../rust-igd" }
|
||||
|
||||
[profile.release]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue