Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-loader/Cargo.toml')
| -rw-r--r-- | helix-loader/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml index d97bf9d1..0b57bc5a 100644 --- a/helix-loader/Cargo.toml +++ b/helix-loader/Cargo.toml @@ -31,7 +31,6 @@ log = "0.4" cc = { version = "1" } threadpool = { version = "1.0" } tempfile.workspace = true -dunce = "1.0.5" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] libloading = "0.8" |