Simplified

This commit is contained in:
2023-01-16 17:26:41 -08:00
parent 9313361cff
commit d968b34702
5 changed files with 21 additions and 70 deletions

View File

@ -1,6 +1,5 @@
[workspace]
members = [
"master",
"examples/playground"
]
@ -19,4 +18,21 @@ log = "0.4.*"
env_logger = "0.10.*"
# Async
futures-lite = "1.12.*"
async-io = "1.12.*"
async-io = "1.12.*"
[package]
name = "physical"
description = "Physical is a library for interacting with the physical world."
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
futures-lite.workspace = true
async-io.workspace = true