Make puffin-fs tokio dependency opt-in (#1100)

This commit is contained in:
Charlie Marsh 2024-01-25 09:47:46 -08:00 committed by GitHub
parent 5ad2e60561
commit e0902d7d5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View file

@ -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" }