mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Remove unused tokio dependency from lune-utils
This commit is contained in:
parent
c091b05f6c
commit
524a5c0777
2 changed files with 0 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1760,7 +1760,6 @@ dependencies = [
|
||||||
"path-clean",
|
"path-clean",
|
||||||
"pathdiff",
|
"pathdiff",
|
||||||
"semver 1.0.23",
|
"semver 1.0.23",
|
||||||
"tokio",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -15,8 +15,6 @@ workspace = true
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mlua = { version = "0.10.3", features = ["luau", "async"] }
|
mlua = { version = "0.10.3", features = ["luau", "async"] }
|
||||||
|
|
||||||
tokio = { version = "1", default-features = false, features = ["fs"] }
|
|
||||||
|
|
||||||
console = "0.15"
|
console = "0.15"
|
||||||
dunce = "1.0"
|
dunce = "1.0"
|
||||||
path-clean = "1.0"
|
path-clean = "1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue