mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
lib: Hopefully final feature powerset fix
This commit is contained in:
@@ -291,9 +291,8 @@ zk = [
|
||||
"halo2_gadgets",
|
||||
"rand",
|
||||
|
||||
"darkfi-sdk",
|
||||
"darkfi-serial",
|
||||
|
||||
"async-serial",
|
||||
"async-sdk",
|
||||
"zkas",
|
||||
]
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ homepage = "https://dark.fi"
|
||||
repository = "https://github.com/darkrenaissance/darkfi"
|
||||
|
||||
[dependencies]
|
||||
darkfi = {path = "../../../", features = ["geode", "rpc"]}
|
||||
darkfi = {path = "../../../", features = ["async-daemonize", "geode", "rpc"]}
|
||||
darkfi-serial = {path = "../../../src/serial", features = ["hash"]}
|
||||
|
||||
# Misc
|
||||
|
||||
Reference in New Issue
Block a user