Project setup

This commit is contained in:
2022-10-10 17:33:41 -07:00
parent 886fbf0020
commit a0093161cd
4 changed files with 50 additions and 12 deletions

15
master/Cargo.toml Normal file
View File

@ -0,0 +1,15 @@
[package]
name = "physical-master"
description = "Physical is a library for interacting with the physical world. The master physical computer is the computer peripherals are connected to and is intended to do the heavy lifting of data processing and decision making for the system being controlled"
version.workspace = true
edition.workspace = true
repository.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
thiserror.workspace = true
uom.workspace = true
log.workspace = true
env_logger.workspace = true
tokio = { workspace = true, features = ["full"] }

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