|
@@ -8,8 +8,15 @@ repository = "https://codeberg.org/darkrenaissance/darkfi"
|
|
|
license = "AGPL-3.0-only"
|
|
license = "AGPL-3.0-only"
|
|
|
edition = "2021"
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
+[workspace]
|
|
|
|
|
+members = [
|
|
|
|
|
+ "./derive-internal",
|
|
|
|
|
+ "./derive",
|
|
|
|
|
+ "./",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[dependencies]
|
|
[dependencies]
|
|
|
-darkfi-derive = "0.4.2"
|
|
|
|
|
|
|
+darkfi-derive = {version = "0.4.2", optional = true}
|
|
|
|
|
|
|
|
futures-lite = {version = "2", optional = true}
|
|
futures-lite = {version = "2", optional = true}
|
|
|
async-trait = {version = "0", optional = true}
|
|
async-trait = {version = "0", optional = true}
|
|
@@ -31,6 +38,3 @@ async = ["futures-lite", "async-trait", "darkfi-derive/async"]
|
|
|
collections = []
|
|
collections = []
|
|
|
crypto = ["collections", "hash", "bridgetree", "pasta_curves"]
|
|
crypto = ["collections", "hash", "bridgetree", "pasta_curves"]
|
|
|
hash = ["blake3"]
|
|
hash = ["blake3"]
|
|
|
-
|
|
|
|
|
-[lints]
|
|
|
|
|
-workspace = true
|
|
|