Initial node implementation #4
22
Cargo.toml
22
Cargo.toml
@ -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
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
|
Reference in New Issue
Block a user