Initial proof of concept

This commit is contained in:
Zachary Levy
2025-03-09 12:13:14 -07:00
commit e06e76e46b
55 changed files with 4508 additions and 0 deletions

13
commander/Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "physical-commander"
description = "A commander hosts nodes."
version.workspace = true
edition.workspace = true
repository.workspace = true
readme.workspace = true
license.workspace = true
[dependencies.physical]
path = ".."
[dependencies.tracing]
workspace = true

0
commander/src/lib.rs Normal file
View File