Initial node implementation #4

Merged
zack merged 51 commits from develop into master 2023-07-19 18:09:13 +00:00
3 changed files with 46 additions and 12 deletions
Showing only changes of commit 1a448fcea0 - Show all commits

View File

@ -12,7 +12,8 @@ uom = "0.33.*"
log = "0.4.*"
env_logger = "0.9.*"
# Async
tokio = "1.21.*"
futures-lite = "1.12.*"
async-io = "1.9.*"
[package]
name = "physical"
@ -28,4 +29,5 @@ thiserror.workspace = true
uom.workspace = true
log.workspace = true
env_logger.workspace = true
tokio = { workspace = true, features = ["full"] }
futures-lite.workspace = true
async-io.workspace = true