diff options
Diffstat (limited to 'helix-stdx/Cargo.toml')
-rw-r--r-- | helix-stdx/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-stdx/Cargo.toml b/helix-stdx/Cargo.toml index 9b4de9fe..e77f8b91 100644 --- a/helix-stdx/Cargo.toml +++ b/helix-stdx/Cargo.toml @@ -15,6 +15,7 @@ homepage.workspace = true dunce = "1.0" etcetera = "0.8" ropey = { version = "1.6.1", default-features = false } +which = "6.0" [dev-dependencies] tempfile = "3.9" |