feat: implement sqlite registry storage

This commit is contained in:
a.tolmachev
2026-03-25 16:39:47 +03:00
parent 87639048ce
commit b32b702d67
10 changed files with 2645 additions and 13 deletions
+3
View File
@@ -11,5 +11,8 @@ mcpaas-mapping = { path = "../mcpaas-mapping" }
mcpaas-schema = { path = "../mcpaas-schema" }
serde.workspace = true
serde_json.workspace = true
sqlx.workspace = true
thiserror.workspace = true
[dev-dependencies]
tokio.workspace = true