diff --git a/Cargo.toml b/Cargo.toml index cf47f84..2a355b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.0" edition = "2021" [dependencies] -relm4 = "0.6.0" +relm4 = { version = "0.6.0", features = ["libadwaita"] } relm4-components = { version = "0.6.0", features = ["web"] } reqwest = { version = "0.11", features = ["json", "blocking", "multipart"] } serde = { version = "1.0", features = ["derive"] }