Initial node implementation #4

Merged
zack merged 51 commits from develop into master 2023-07-19 18:09:13 +00:00
9 changed files with 124 additions and 45 deletions
Showing only changes of commit f53ca590df - Show all commits

View File

@ -36,7 +36,4 @@ license.workspace = true
[dependencies] [dependencies]
thiserror.workspace = true thiserror.workspace = true
uom.workspace = true uom.workspace = true
log.workspace = true log.workspace = true
env_logger.workspace = true
futures-lite.workspace = true
async-io.workspace = true

View File

@ -10,4 +10,7 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
physical = { path = ".." } physical = { path = ".." }
env_logger.workspace = true
futures-lite.workspace = true
async-io.workspace = true