Switch from tokio to smol libraries.
This commit is contained in:
@ -12,7 +12,8 @@ uom = "0.33.*"
|
|||||||
log = "0.4.*"
|
log = "0.4.*"
|
||||||
env_logger = "0.9.*"
|
env_logger = "0.9.*"
|
||||||
# Async
|
# Async
|
||||||
tokio = "1.21.*"
|
futures-lite = "1.12.*"
|
||||||
|
async-io = "1.9.*"
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "physical"
|
name = "physical"
|
||||||
@ -28,4 +29,5 @@ thiserror.workspace = true
|
|||||||
uom.workspace = true
|
uom.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
env_logger.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