#SIG-Packaging > local package `wkg.lock` references @ 💬
https://github.com/mkatychev/workspace-test
Create a new wkg.lock that handles references to self and co-located (local) pacakages:
# 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",
]
#SIG-Packaging > local package `wkg.lock` references @ 💬
https://github.com/mkatychev/workspace-test
Create a new wkg.lock that handles references to self and co-located (local) pacakages: