Restructure: move src to core/ crate, move cmd/supervisor.rs to core/src/bin/supervisor.rs, create workspace

This commit is contained in:
Timur Gordon
2025-11-06 23:30:18 +01:00
parent 0a617ad359
commit 6d518599b8
39 changed files with 824 additions and 140 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "supervisor-admin-ui"
version = "0.1.0"
edition = "2021"
version.workspace = true
edition.workspace = true
[lib]
crate-type = ["cdylib"]
@@ -32,4 +32,4 @@ wasm-logger = "0.2"
uuid = { version = "1.0", features = ["v4", "js"] }
# Use our new WASM OpenRPC client
hero-supervisor-openrpc-client = { path = "../openrpc" }
hero-supervisor-openrpc-client = { path = "../client" }