From c347b6133365dcf1b7da4e77890b20d04d6cfba4 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Fri, 5 Dec 2025 15:35:38 +0100 Subject: implement machine translation; various fixes and refactorings --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit 1.4.1