feat: add remote runtime registry source

This commit is contained in:
2026-06-26 15:15:29 +09:00
parent ec4ada9464
commit aeb12b3b8e
6 changed files with 1070 additions and 30 deletions
+1
View File
@@ -14,6 +14,7 @@ futures.workspace = true
pod-store = { workspace = true }
protocol = { workspace = true }
project-record.workspace = true
reqwest = { version = "0.13", default-features = false, features = ["blocking", "json", "native-tls"] }
rusqlite.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true