mirror of https://github.com/lapce/lapce.git
fix: remove unused tokio dependency (#3153)
This commit is contained in:
parent
3efd11a8ae
commit
2dca24cbdc
|
@ -2997,7 +2997,6 @@ dependencies = [
|
||||||
"strum_macros",
|
"strum_macros",
|
||||||
"tar",
|
"tar",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
|
||||||
"toml 0.8.2",
|
"toml 0.8.2",
|
||||||
"toml_edit 0.20.2",
|
"toml_edit 0.20.2",
|
||||||
"tracing 0.2.0",
|
"tracing 0.2.0",
|
||||||
|
|
|
@ -53,7 +53,6 @@ open = "5.0.1"
|
||||||
unicode-width = "0.1.11"
|
unicode-width = "0.1.11"
|
||||||
nucleo = "0.2.0"
|
nucleo = "0.2.0"
|
||||||
bytemuck = "1.14.3"
|
bytemuck = "1.14.3"
|
||||||
tokio = { version = "1.36", features = ["full"] }
|
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
config = { version = "=0.13.4", default-features = false, features = ["toml"] }
|
config = { version = "=0.13.4", default-features = false, features = ["toml"] }
|
||||||
structdesc = { git = "https://github.com/lapce/structdesc" }
|
structdesc = { git = "https://github.com/lapce/structdesc" }
|
||||||
|
|
Loading…
Reference in New Issue