Cargo.toml: missing features added

This commit is contained in:
aggstam
2022-12-07 15:46:36 +02:00
parent 7c6cfd638c
commit 3426ec7ee4

View File

@@ -179,6 +179,7 @@ blockchain = [
"darkfi-sdk",
"darkfi-serial",
"net",
"rpc",
"tx",
"util",
"wallet",
@@ -285,7 +286,8 @@ system = [
tx = [
"incrementalmerkletree",
"rand",
"async-runtime",
"darkfi-serial",
"crypto",
]