aboutsummaryrefslogtreecommitdiff
path: root/helix-view/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-03-25 07:42:14 +0000
committerBlaž Hrastnik2021-03-25 07:42:14 +0000
commita65395d94beb614bc17301601109042077e55e83 (patch)
tree67e2a14ecb68c1ab8f8a5719dd869b7818342af9 /helix-view/Cargo.toml
parente3c4edae32f6d70bf20655c7c25b3cdf39f3f281 (diff)
Load theme from toml file.
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r--helix-view/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index 938f35e5..af322424 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -26,3 +26,6 @@ smol = "1"
futures-util = "0.3"
slotmap = "1"
+
+serde = { version = "1.0", features = ["derive"] }
+toml = "0.5"