summaryrefslogtreecommitdiffstats
path: root/reindex/Cargo.toml
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-02-23 13:36:31 +0000
committerKornel <kornel@geekhood.net>2020-02-23 13:58:20 +0000
commitc5b6df5788928c787963f516347180ab8c9fb9b0 (patch)
tree13e312ef4d771ecca9d2dcbc58044a9e1a5684b4 /reindex/Cargo.toml
parente0f2a52399f2486dd453cd1b1259058cfb80998e (diff)
Cargo conf
Diffstat (limited to 'reindex/Cargo.toml')
-rw-r--r--reindex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/reindex/Cargo.toml b/reindex/Cargo.toml
index 48e3573..09afa28 100644
--- a/reindex/Cargo.toml
+++ b/reindex/Cargo.toml
@@ -8,7 +8,7 @@ authors = ["Kornel <kornel@geekhood.net>"]
crate_db = { path = "../crate_db", version = "0.4.0" }
github_info = { path = "../github_info", version = "0.8.0" }
kitchen_sink = { path = "../kitchen_sink", version = "0.8" }
-repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" }
+repo_url = { path = "../repo_url" }
user_db = { path = "../user_db", version = "0.3" }
failure = "0.1.6"
rayon = "1.3.0"