summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2025-12-05 15:35:38 +0100
committerMalte Voos <git@mal.tc>2025-12-05 15:43:58 +0100
commitc347b6133365dcf1b7da4e77890b20d04d6cfba4 (patch)
treec83aac6f7d1e6edc57e607f01e5d3eeee8da4a0e /Cargo.toml
parent652b1c2a0ce7db4885ebc51f7f09133a43401442 (diff)
downloadlleap-c347b6133365dcf1b7da4e77890b20d04d6cfba4.tar.gz
lleap-c347b6133365dcf1b7da4e77890b20d04d6cfba4.zip
implement machine translation; various fixes and refactorings HEAD main
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 13ff3a6..5f7af0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,8 @@ isolang = { git = "https://github.com/humenda/isolang-rs" }
 serde = { version = "1.0.228", features = ["derive"] }
 serde_json = "1.0.145"
 relm4-icons = "0.10"
+deepl = "0.7.3"
+gsettings-macro = "0.2.2"
 
 [target.'cfg(target_os = "macos")'.dependencies]
 cocoa = "0.26"