Files
physical/node/Cargo.toml
2023-01-16 19:04:11 -08:00

13 lines
342 B
TOML

[package]
name = "physical-node"
description = "A node hosts peripherals."
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 = ".." }