mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Avoid repeating paths of workspace packages (#2573)
Scott schafer got me the idea: We can avoid repeating the path for workspaces dependencies everywhere if we declare them in the virtual package once and treat them as workspace dependencies from there on.
This commit is contained in:
parent
7111fdd637
commit
70e0967dbd
22 changed files with 200 additions and 169 deletions
|
@ -13,8 +13,8 @@ license = { workspace = true }
|
|||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
cache-key = { path = "../cache-key" }
|
||||
uv-fs = { path = "../uv-fs" }
|
||||
cache-key = { workspace = true }
|
||||
uv-fs = { workspace = true }
|
||||
|
||||
anyhow = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue