15 lines
588 B
TOML
15 lines
588 B
TOML
[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"] } |