diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 5f7af0f..4cf357a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -gst = { version = "0.24.3", package = "gstreamer", features = ["v1_26"] } +gst = { version = "0.24.3", package = "gstreamer", features = ["v1_26", "serde"] } gst-video = { version = "0.24.3", package = "gstreamer-video", features = ["v1_26"] } gst-play = { version = "0.24.2", package = "gstreamer-play", features = ["v1_26"] } gst-plugin-gtk4 = { version = "0.14", features = ["gtk_v4_20"] } @@ -25,6 +25,8 @@ serde_json = "1.0.145" relm4-icons = "0.10" deepl = "0.7.3" gsettings-macro = "0.2.2" +cached = { version = "0.56.0", features = ["disk_store", "async"] } +directories = "6.0.0" [target.'cfg(target_os = "macos")'.dependencies] cocoa = "0.26" |