refactoring de pmoconfig

This commit is contained in:
2025-10-21 18:37:56 +02:00
parent 1567beee2e
commit ffaa56fac9
9 changed files with 711 additions and 188 deletions

5
Cargo.lock generated
View File

@@ -2397,13 +2397,17 @@ name = "pmoconfig"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"dirs",
"lazy_static",
"log",
"pmoutils",
"serde",
"serde_json",
"serde_yaml",
"tokio",
"tracing",
"utoipa",
"uuid",
]
@@ -2555,6 +2559,7 @@ dependencies = [
name = "pmoserver"
version = "0.1.0"
dependencies = [
"anyhow",
"async-stream",
"axum",
"axum-embed",