Cargo.toml: replaced sled references with sled-overlay import

This commit is contained in:
skoupidi
2024-08-29 19:18:00 +03:00
parent 67604acf47
commit fdfc96a902
34 changed files with 38 additions and 559 deletions

View File

@@ -24,7 +24,7 @@ darkfi-serial = {path = "../../../src/serial"}
async-std = {version = "1.12.0", features = ["attributes"]}
bs58 = "0.5.1"
clap = {version = "4.4.11", features = ["derive"]}
sled = "0.34.7"
sled-overlay = "0.1.3"
[patch.crates-io]
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}