Remove unused tokio dependency from lune-utils

This commit is contained in:
Filip Tibell 2025-04-23 19:29:08 +02:00
parent c091b05f6c
commit 524a5c0777
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View file

@ -1760,7 +1760,6 @@ dependencies = [
"path-clean",
"pathdiff",
"semver 1.0.23",
"tokio",
]
[[package]]

View file

@ -15,8 +15,6 @@ workspace = true
[dependencies]
mlua = { version = "0.10.3", features = ["luau", "async"] }
tokio = { version = "1", default-features = false, features = ["fs"] }
console = "0.15"
dunce = "1.0"
path-clean = "1.0"