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

@ -37,6 +37,3 @@ license.workspace = true
thiserror.workspace = true
uom.workspace = true
log.workspace = true
env_logger.workspace = true
futures-lite.workspace = true
async-io.workspace = true

View File

@ -11,3 +11,6 @@ license.workspace = true
[dependencies]
physical = { path = ".." }
env_logger.workspace = true
futures-lite.workspace = true
async-io.workspace = true