From 027faf194905451423912ef0ed2d135e83526fbd Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 3 Mar 2019 04:58:40 +0200 Subject: [PATCH] Change formatting of podcasts-gtk/Cargo.toml --- podcasts-gtk/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podcasts-gtk/Cargo.toml b/podcasts-gtk/Cargo.toml index 4f75d27..bef8be0 100644 --- a/podcasts-gtk/Cargo.toml +++ b/podcasts-gtk/Cargo.toml @@ -27,7 +27,11 @@ reqwest = "0.9.10" serde_json = "1.0.39" # html2text = "0.1.8" html2text = { git = "https://github.com/jugglerchris/rust-html2text" } -gettext-rs = { git = "https://github.com/danigm/gettext-rs", branch = "no-gettext", features = ["gettext-system"] } + +[dependencies.gettext-rs] +git = "https://github.com/danigm/gettext-rs" +branch = "no-gettext" +features = ["gettext-system"] [dependencies.gtk] features = ["v3_24"]