forked from vigetlabs/code_review_bot_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
42 lines (36 loc) · 815 Bytes
/
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
[package]
name = "code_review_bot"
version = "0.1.0"
authors = ["Joe Jackson <[email protected]>"]
edition = "2018"
[dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.8"
regex = "1"
lazy_static = "1.4"
base64 = "0.12"
rand = "0.7"
actix-session = "0.4"
actix-files = "0.5"
actix-web-flash = { version = "0.5.0", git = "https://github.com/joeyjoejoejr/actix-web-flash" }
actix-web = "3"
actix-rt = "1.0"
actix-service = "1.0"
log = "0.4"
env_logger = "0.7"
futures = "0.3"
failure = "0.1"
failure_derive = "0.1"
askama = "0.9"
reqwest = { version = "0.10", features = ["json"] }
mockito = "0.14.0"
url = "2.1"
hyperx = "1.0"
structopt = "0.3"
listenfd = "0.3"
dotenv = "0.15"
diesel = { version = "1.4", features = ["postgres", "r2d2", "chrono"] }
r2d2 = "0.8"
chrono = "0.4"