Split metadata parsing into a module (#7656)

This commit is contained in:
konsti 2024-09-24 17:16:21 +02:00 committed by GitHub
parent 83f1abdf57
commit 484717d42f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 984 additions and 925 deletions

View file

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