Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
| -rw-r--r-- | helix-core/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index d7fff6c6..918359c1 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -17,6 +17,7 @@ integration = [] [dependencies] helix-loader = { path = "../helix-loader" } +helix-config = { path = "../helix-config" } ropey = { version = "1.6.1", default-features = false, features = ["simd"] } smallvec = "1.11" @@ -51,6 +52,8 @@ textwrap = "0.16.0" nucleo.workspace = true parking_lot = "0.12" +anyhow = "1.0.79" +indexmap = { version = "2.1.0", features = ["serde"] } [dev-dependencies] quickcheck = { version = "1", default-features = false } |