bytecodealliance / bytecodealliance/wasm-pkg-tools
wkg.lock v2
Open
- Dominant language
- Rust
- Stars
- 160
- Forks
- 42
- Avg merge
- 7h 57m
- Merged PRs (30d)
- 3
Description
[#SIG-Packaging > local package `wkg.lock` references @ 💬](https://bytecodealliance.zulipchat.com/#narrow/channel/441851-SIG-Packaging/topic/local.20package.20.60wkg.2Elock.60.20references/near/607446160)
https://github.com/mkatychev/workspace-test
Create a new wkg.lock that handles references to self and co-located (local) pacakages:
```toml
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 2
[[package]]
name = "bar"
version = "0.6.1"
[[package]]
name = "foo"
version = "0.6.1"
dependencies = [
"bar",
]
```
Contributor guide
Assessment
This issue has not been assessed yet.