chore: removed duplicate features imports

This commit is contained in:
skoupidi
2024-08-29 18:46:45 +03:00
parent 053942f101
commit 67604acf47
7 changed files with 4 additions and 18 deletions

View File

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