Switch back to virtual workspace.
This commit is contained in:
16
master/Cargo.toml
Normal file
16
master/Cargo.toml
Normal 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
|
0
master/src/lib.rs
Normal file
0
master/src/lib.rs
Normal file
Reference in New Issue
Block a user