Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-config/Cargo.toml')
| -rw-r--r-- | helix-config/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/helix-config/Cargo.toml b/helix-config/Cargo.toml index ba9bbb5d..86bcceaf 100644 --- a/helix-config/Cargo.toml +++ b/helix-config/Cargo.toml @@ -19,6 +19,10 @@ anyhow = "1.0.79" indexmap = { version = "2.1.0", features = ["serde"] } serde = { version = "1.0" } serde_json = "1.0" +globset = "0.4.14" +regex = "1.10.2" +regex-syntax = "0.8.2" +which = "5.0.0" regex-syntax = "0.8.2" which = "5.0.0" |