diff options
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 0a435811..938f35e5 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -24,3 +24,5 @@ url = "2" smol = "1" futures-util = "0.3" + +slotmap = "1" |