We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84ecfe commit 8a7e418Copy full SHA for 8a7e418
examples/crates/edwards-wit/Cargo.toml
@@ -22,7 +22,8 @@ package = "seed-keeper:edwards-wit"
22
23
[package.metadata.component.dependencies]
24
25
-# used to specify a world the component is intended to target
26
[package.metadata.component.target.dependencies]
27
-"component:wallet" = { path = "../../../crates/seed-keeper-wit/wit/deps/wallet" }
28
"component:edwards" = { path = "wit/deps/edwards" }
+# For some reason, the link below doesn't work fully, so we still need to copy the deps to
+# ./wit/deps/wallet in ADDITION to the link below.
29
+"component:wallet" = { path = "../../../crates/seed-keeper-wit/wit/deps/wallet" }
0 commit comments