Files
physical/commander/Cargo.toml
Zachary Sunforge b3b746ca64 Project setup
2023-06-10 07:58:33 -07:00

14 lines
371 B
TOML

[package]
name = "physical-commander"
description = "A commander hosts nodes."
version.workspace = true
edition.workspace = true
repository.workspace = true
readme.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
physical = { path = ".." }
tracing.workspace = true