mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
chore: removed duplicate features imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user