[package] version = "0.3.0" edition = "2018" name = "reindex" authors = ["Kornel "] [dependencies] crate_db = { path = "../crate_db", version = "0.4.0" } github_info = { git = "https://gitlab.com/crates.rs/github_info.git", version = "0.8.0" } kitchen_sink = { path = "../kitchen_sink", version = "0.7.0" } repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" } user_db = { git = "https://gitlab.com/crates.rs/user_db.git", version = "0.3" } failure = "0.1.1" rayon = "1.0.3" rand = "0.6" search_index = { path = "../search_index" } either = "1.5.0"