Initial node implementation #4
@ -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
|
Reference in New Issue
Block a user