mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Split metadata parsing into a module (#7656)
This commit is contained in:
parent
83f1abdf57
commit
484717d42f
18 changed files with 984 additions and 925 deletions
|
@ -14,7 +14,7 @@ workspace = true
|
|||
|
||||
[dependencies]
|
||||
cache-key = { workspace = true }
|
||||
uv-fs = { workspace = true }
|
||||
uv-fs = { workspace = true, features = ["tokio"] }
|
||||
uv-auth = { workspace = true }
|
||||
|
||||
anyhow = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue