aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-08-29 13:33:42 +0000
committerBlaž Hrastnik2021-08-29 13:33:42 +0000
commit2a7e38a2b4792f8b4c600b6e22469ea827b64f00 (patch)
tree5ede9e43f9c3f36784a5bba0d706b23453fd1d1c /helix-core/Cargo.toml
parentdb7f693550f6fe759696f59ef702ea6af61f4329 (diff)
helix-core doesn't need to import serde_json
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 8fdfa3ce..d26ff953 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -29,7 +29,6 @@ arc-swap = "1"
regex = "1"
serde = { version = "1.0", features = ["derive"] }
-serde_json = "1.0"
toml = "0.5"
similar = "1.3"