Initial node implementation #4

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

View File

@ -29,13 +29,6 @@ version = "0.1.*"
[workspace.dependencies.parity-scale-codec]
version = "3.5.*"
##### std #####
# Async
[workspace.dependencies.futures-lite]
version = "1.13.*"
[workspace.dependencies.async-io]
version = "1.13.*"
[package]
name = "physical"
description = "Physical is a library for interacting with the physical world."

View File

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