registry: add backend/frontend registries and plugin loader

This commit is contained in:
2026-01-18 09:19:37 +01:00
parent 6ef16f2cf4
commit 1be08b245c
7 changed files with 342 additions and 44 deletions
-1
View File
@@ -18,4 +18,3 @@ tokio = { workspace = true, features = ["full"] }
tokio-serial = { workspace = true }
serde = { workspace = true, features = ["derive"] }
tracing = { workspace = true }
clap = { workspace = true, features = ["derive"] }