chore: Use published darkfi-serial crate where applicable

This commit is contained in:
parazyd
2024-10-15 16:20:47 +02:00
parent fbe6937a20
commit 7a3b554e0d
19 changed files with 28 additions and 46 deletions

View File

@@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
# ANCHOR: darkfi
darkfi = {path = "../../../", features = ["toml", "async-daemonize", "rpc"]}
darkfi-serial = {path = "../../../src/serial"}
darkfi-serial = "0.4.2"
# ANCHOR_END: darkfi
# daemon
@@ -35,4 +35,3 @@ url = "2.5.2"
[lints]
workspace = true