Skip to content

Commit 8a7e418

Browse files
add note
1 parent f84ecfe commit 8a7e418

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/crates/edwards-wit/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ package = "seed-keeper:edwards-wit"
2222

2323
[package.metadata.component.dependencies]
2424

25-
# used to specify a world the component is intended to target
2625
[package.metadata.component.target.dependencies]
27-
"component:wallet" = { path = "../../../crates/seed-keeper-wit/wit/deps/wallet" }
2826
"component:edwards" = { path = "wit/deps/edwards" }
27+
# For some reason, the link below doesn't work fully, so we still need to copy the deps to
28+
# ./wit/deps/wallet in ADDITION to the link below.
29+
"component:wallet" = { path = "../../../crates/seed-keeper-wit/wit/deps/wallet" }

0 commit comments

Comments
 (0)