feat: persist workspace identity

This commit is contained in:
2026-06-23 16:12:39 +09:00
parent 4cda83b748
commit 31565c9b9e
9 changed files with 416 additions and 45 deletions
Generated
+3
View File
@@ -6050,6 +6050,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"axum",
"chrono",
"manifest",
"pod-store",
"project-record",
@@ -6061,8 +6062,10 @@ dependencies = [
"thiserror 2.0.18",
"ticket",
"tokio",
"toml",
"tower",
"tracing",
"uuid",
]
[[package]]