Initial node implementation #4
@ -36,7 +36,4 @@ license.workspace = true
|
||||
[dependencies]
|
||||
thiserror.workspace = true
|
||||
uom.workspace = true
|
||||
log.workspace = true
|
||||
env_logger.workspace = true
|
||||
futures-lite.workspace = true
|
||||
async-io.workspace = true
|
||||
log.workspace = true
|
@ -10,4 +10,7 @@ license.workspace = true
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
physical = { path = ".." }
|
||||
physical = { path = ".." }
|
||||
env_logger.workspace = true
|
||||
futures-lite.workspace = true
|
||||
async-io.workspace = true
|
Reference in New Issue
Block a user