diff options
| author | Malte Voos <git@mal.tc> | 2025-12-05 15:35:38 +0100 |
|---|---|---|
| committer | Malte Voos <git@mal.tc> | 2025-12-05 15:43:58 +0100 |
| commit | c347b6133365dcf1b7da4e77890b20d04d6cfba4 (patch) | |
| tree | c83aac6f7d1e6edc57e607f01e5d3eeee8da4a0e /Cargo.toml | |
| parent | 652b1c2a0ce7db4885ebc51f7f09133a43401442 (diff) | |
| download | lleap-main.tar.gz lleap-main.zip | |
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" |