Initial node implementation #4
@ -23,6 +23,8 @@ env_logger = "0.10.*"
|
|||||||
# Async
|
# Async
|
||||||
futures-lite = "1.12.*"
|
futures-lite = "1.12.*"
|
||||||
async-io = "1.12.*"
|
async-io = "1.12.*"
|
||||||
|
# Serialization
|
||||||
|
parity-scale-codec = "3.2.*"
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "physical"
|
name = "physical"
|
||||||
@ -36,4 +38,5 @@ license.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
uom.workspace = true
|
uom.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
|
parity-scale-codec.workspace = true
|
Reference in New Issue
Block a user