diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 1ef4990..79bae5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ libsecret = { version = "0.5.0", features = ["v0_21_2"] } log = { version = "0.4.22", features = ["std"] } microformats = "0.9.1" relm4 = { version = "0.9.0", features = ["all", "gnome_46", "libpanel"] } +relm4-icons = { version = "0.9.0", features = ["icon-development-kit"] } serde_json = "1.0.125" serde_urlencoded = "0.7.1" soup3 = "0.7.0" |