diff options
author | wojciechkepka | 2021-06-19 11:26:52 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-19 15:07:13 +0000 |
commit | ce97a2f05fcddf81d8210ec6b25411f8fd7d867a (patch) | |
tree | 577068168aa16545f85aac310c2a10ae2c078842 /helix-core/Cargo.toml | |
parent | f424a61054a0495336862ff8d90627fb6f5ce572 (diff) |
Add ability to change theme on editor
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r-- | helix-core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 13ac35fb..346dc050 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -25,6 +25,7 @@ unicode-general-category = "0.4.0" # slab = "0.4.2" tree-sitter = "0.19" once_cell = "1.8" +arc-swap = "1" regex = "1" serde = { version = "1.0", features = ["derive"] } |