diff options
author | Kirawi | 2021-07-02 14:54:50 +0000 |
---|---|---|
committer | GitHub | 2021-07-02 14:54:50 +0000 |
commit | c5b2973739901f8cd4bc26f3cfc8232249eb7968 (patch) | |
tree | 962117ed177c594a3192e8f651724db75ead7587 /helix-core/Cargo.toml | |
parent | e177b27baf85611892b024453005808fed49707f (diff) |
`:reload` (#374)
* reloading functionality
* fn with_newline_eof()
* fmt
* wip
* wip
* wip
* wip
* moved to core, added simd feature for encoding_rs
* wip
* rm
* .gitignore
* wip
* local wip
* wip
* wip
* no features
* wip
* nit
* remove simd
* doc
* clippy
* clippy
* address comments
* add indentation & line ending change
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r-- | helix-core/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 726e90cc..80d559a9 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -31,5 +31,10 @@ regex = "1" serde = { version = "1.0", features = ["derive"] } toml = "0.5" +similar = "1.3" + etcetera = "0.3" rust-embed = { version = "5.9.0", optional = true } + +[dev-dependencies] +quickcheck = { version = "1", default-features = false } |