mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-28 18:54:10 +00:00
## Summary Resolves #5241 ## Test Plan ```sh # create a workspace with sub-packages `pkg-a` and `pkg-b` $ cd ./pkg-b $ cargo run -- add ./pkg-a --no-editable $ cat ./pyproject.toml [project] name = "pkg-b" version = "0.1.0" description = "Add your description here" readme = "README.md" dependencies = [ "pkg-a", ] [tool.uv] dev-dependencies = [] [tool.uv.sources] pkg-a = { workspace = true, editable = false } ``` |
||
|---|---|---|
| .. | ||
| src | ||
| build.rs | ||
| Cargo.toml | ||