feat: add plugin package resolver

This commit is contained in:
2026-06-15 23:26:46 +09:00
parent 4772c4d6a5
commit a03a9da64a
8 changed files with 1732 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ protocol = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
serde_ignored = "0.1.14"
sha2 = "0.10"
thiserror = { workspace = true }
toml = { workspace = true }
tracing = { workspace = true }