track which namespaces we control

This commit is contained in:
Robin Appelman 2025-11-01 16:42:34 +01:00
commit 32fc90debe
5 changed files with 59 additions and 14 deletions

View file

@ -20,6 +20,7 @@ futures = "0.3.31"
futures-concurrency = "7.6.3"
humansize = { version = "2.1.3", features = ["no_alloc"] }
neli = "0.7.1"
either = "1.15.0"
[dev-dependencies]
serde_test = "1.0.177"