Initial proof of concept
This commit is contained in:
13
commander/Cargo.toml
Normal file
13
commander/Cargo.toml
Normal 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
0
commander/src/lib.rs
Normal file
Reference in New Issue
Block a user