Switch back to virtual workspace.

This commit is contained in:
2022-12-19 12:15:48 -08:00
parent 1a448fcea0
commit ea214fe7d7
3 changed files with 22 additions and 18 deletions

View File

@ -1,3 +1,8 @@
[workspace]
members = [
"master"
]
[workspace.package]
version = "0.1.0"
edition = "2021"
@ -14,20 +19,3 @@ env_logger = "0.9.*"
# Async
futures-lite = "1.12.*"
async-io = "1.9.*"
[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

16
master/Cargo.toml Normal file
View File

@ -0,0 +1,16 @@
[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