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 127 additions and 45 deletions
Showing only changes of commit 9a32145119 - Show all commits

View File

@ -23,6 +23,8 @@ env_logger = "0.10.*"
# Async
futures-lite = "1.12.*"
async-io = "1.12.*"
# Serialization
parity-scale-codec = "3.2.*"
[package]
name = "physical"
@ -37,3 +39,4 @@ license.workspace = true
thiserror.workspace = true
uom.workspace = true
log.workspace = true
parity-scale-codec.workspace = true