feat: add platform access foundation

This commit is contained in:
a.tolmachev
2026-03-29 23:17:05 +03:00
parent 9fb69c1571
commit 587584a8bf
19 changed files with 1058 additions and 34 deletions
Generated
+2
View File
@@ -7,6 +7,7 @@ name = "admin-api"
version = "0.1.0"
dependencies = [
"axum",
"base64",
"crank-adapter-grpc",
"crank-core",
"crank-mapping",
@@ -18,6 +19,7 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml",
"sha2",
"sqlx",
"thiserror",
"time",