diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
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" |