-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
44 lines (41 loc) · 1.05 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[package]
name = "borsholder"
version = "0.9.5"
authors = ["kennytm <[email protected]>"]
description = "Dashboard of rust-lang/rust's bors queue."
license = "MIT"
repository = "https://github.com/kennytm/borsholder"
keywords = ["bors", "homu"]
readme = "README.md"
[badges]
travis-ci = { repository = "kennytm/borsholder" }
is-it-maintained-issue-resolution = { repository = "kennytm/borsholder" }
is-it-maintained-open-issues = { repository = "kennytm/borsholder" }
maintenance = { status = "actively-developed" }
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
env_logger = "0.6"
failure = "0.1"
failure_derive = "0.1"
flate2 = "1.0"
futures = "0.1"
hyper = "0.11"
kuchiki = "0.7"
lazy_static = "1"
log = "0.4"
lru_time_cache = "0.8"
maplit = "1"
markup5ever = "0.7"
mime = "0.3"
regex = "1.0"
reqwest = { version = "0.9", features = ["hyper-011"] }
serde = { version = "1", features = ["rc"] }
serde_derive = "1"
serde_json = "1"
structopt = "0.2"
structopt-derive = "0.2"
tendril = "0.4"
tera = "0.11"
tokio-core = "0.1"
[[bin]]
name = "borsholder"