plugin: fix rust pdk wit template probes

This commit is contained in:
2026-06-20 14:39:10 +09:00
parent 06287aca40
commit 0a9e585c1d
12 changed files with 105 additions and 13 deletions
@@ -14,7 +14,7 @@ The PDK is guest-side only. It does not grant filesystem, network, or environmen
## Checkout/development dependency
Inside the Yoi checkout this template uses a local path dependency:
Inside the Yoi checkout this template uses a local path dependency and declares an empty `[workspace]` so it can be checked in place without becoming a member of Yoi's root workspace:
```toml
yoi-plugin-pdk = { path = "../../../../crates/plugin-pdk" }