Cargo.toml: reenabled p2p-tor feature and dropped libsqlite3-sys dep

This commit is contained in:
skoupidi
2024-08-19 19:39:11 +03:00
parent 4e3b1594f8
commit 5f4e2803a9
4 changed files with 3 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ edition = "2021"
# ANCHOR: dependencies
[dependencies]
# ANCHOR: darkfi
darkfi = {path = "../../../", features = ["net", "toml", "system", "async-daemonize", "rpc", "p2p-tor"]}
darkfi = {path = "../../../", features = ["net", "toml", "system", "async-daemonize", "rpc"]}
darkfi-serial = {path = "../../../src/serial"}
# ANCHOR_END: darkfi