mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
Make puffin-fs tokio dependency opt-in (#1100)
This commit is contained in:
parent
5ad2e60561
commit
e0902d7d5a
4 changed files with 8 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ platform-tags = { path = "../platform-tags" }
|
|||
puffin-cache = { path = "../puffin-cache" }
|
||||
puffin-client = { path = "../puffin-client" }
|
||||
puffin-extract = { path = "../puffin-extract" }
|
||||
puffin-fs = { path = "../puffin-fs" }
|
||||
puffin-fs = { path = "../puffin-fs", features = ["tokio"] }
|
||||
puffin-git = { path = "../puffin-git", features = ["vendored-openssl"] }
|
||||
puffin-normalize = { path = "../puffin-normalize" }
|
||||
puffin-traits = { path = "../puffin-traits" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue