Structure

This commit is contained in:
2023-01-16 19:04:11 -08:00
parent d968b34702
commit 3489b66ed6
7 changed files with 68 additions and 6 deletions

13
master/Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "physical-master"
description = "A master 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 = ".." }