summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ed363f7..f7e008c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,8 @@ log = "0.4"
 tracker = "0.2.2"
 unicode-segmentation = "1.12.0"
 isolang = { git = "https://github.com/humenda/isolang-rs" }
+serde = { version = "1.0.228", features = ["derive"] }
+serde_json = "1.0.145"
 
 [target.'cfg(target_os = "macos")'.dependencies]
 cocoa = "0.26"