summaryrefslogtreecommitdiffstats
path: root/reindex/Cargo.toml
blob: dae65d982eb33e314513d2460175cd77be68500f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
version = "0.3.3"
edition = "2018"
name = "reindex"
authors = ["Kornel <kornel@geekhood.net>"]

[dependencies]
crate_db = { path = "../crate_db", version = "0.4.0" }
github_info = { path = "../github_info", version = "0.9" }
kitchen_sink = { path = "../kitchen_sink", version = "0.9" }
repo_url = { path = "../repo_url" }
user_db = { path = "../user_db", version = "0.3" }
failure = "0.1.6"
rand = "0.7.2"
search_index = { path = "../search_index" }
render_readme = { git = "https://gitlab.com/crates.rs/render_readme.git" }
ranking = { path = "../ranking" }
either = "1.5.3"
parking_lot = "0.10.0"
udedokei = { path = "../udedokei" }
tokio = { version = "0.2.11", features = ["rt-threaded", "macros", "sync", "blocking"] }
futures = "0.3.4"