summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 9843f6e798e3c2981e7ec8f6934203f917ef431b (plain) (blame)
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
[package]
name = "rgit"
version = "0.1.0"
authors = ["Jokler <jokler@protonmail.com>"]
edition = "2018"

[dependencies]
actix = "0.9.0"
actix-web = "2.0.0"
actix-rt = "1.1.1"
actix-http = "1.0.1"
actix-identity = "0.2.1"
actix-form-data = "0.4.0"
actix-files = "0.2.2"
askama = "0.9.0"
r2d2 = "0.8.8"
r2d2-diesel = "1.0.0"
env_logger = "0.7.1"
log = "0.4.8"
argonautica = "0.2.0"
dotenv = "0.15.0"
derive_more = "0.99.8"
chrono = "0.4.11"
serde_urlencoded = "0.6.1"
diesel_migrations = "1.4.0"

[dependencies.serde]
version = "1.0.114"
features = ["derive"]

[dependencies.diesel]
version = "1.4.5"
features = ["mysql", "chrono"]