diff options
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 49641ad6..d95c0f47 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -19,3 +19,5 @@ unicode-width = "0.1" tree-sitter = "0.17" once_cell = "1.4" regex = "1" + +serde = { version = "1.0", features = ["derive"] } |