summaryrefslogtreecommitdiffstats
path: root/user_db/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'user_db/Cargo.toml')
-rw-r--r--user_db/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_db/Cargo.toml b/user_db/Cargo.toml
index 7351ba8..2c1b0bf 100644
--- a/user_db/Cargo.toml
+++ b/user_db/Cargo.toml
@@ -11,6 +11,6 @@ path = "src/lib_user_db.rs"
[dependencies]
rusqlite = "0.16"
-github_info = { git = "https://gitlab.com/crates.rs/github_info.git", version = "0.8.0" }
+github_info = { path = "../github_info", version = "0.8.0" }
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" }
failure = "0.1.1"