summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 21:58:51 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 22:01:55 +0300
commit8ab8e1309bbad1bb18061bf93bd1fcfb095b85f4 (patch)
treef28642e3840cb2018fad0707b3bc46ed9edd5c49
parent9de93b98d529cc77a09bb7c6eae2985ce5890e4d (diff)
add git mirror url for mime_apps and config-rs dependencies
-rw-r--r--ui/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/Cargo.toml b/ui/Cargo.toml
index 638d2eec..8cc0d698 100644
--- a/ui/Cargo.toml
+++ b/ui/Cargo.toml
@@ -9,13 +9,13 @@ xdg = "2.1.0" # >:c
serde = "1.0.71"
serde_derive = "1.0.71"
serde_json = "1.0"
-config = { path = "../../config-rs", version = "*" }
+config = { git = "https://github.com/meli/config-rs", version = "*" }
chan = "0.1.21"
chan-signal = "0.3.1"
fnv = "1.0.3" # >:c
linkify = "0.3.1" # >:c
melib = { path = "../melib", version = "*" }
-mime_apps = { path = "../../mime_apps", version = "*" }
+mime_apps = { git = "https://github.com/meli/mime_apps", version = "*" }
nom = "3.2.0"
notify = "4.0.1" # >:c
notify-rust = "^3" # >:c