2021-07-01 06:52:04 +02:00
|
|
|
[package]
|
2021-07-01 06:56:02 +02:00
|
|
|
name = "gitust"
|
2021-07-01 06:52:04 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["hubert"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
actix-web = "3.3.2"
|
|
|
|
actix-session = "0.4.1"
|
|
|
|
actix-web-httpauth = "0.5.1"
|
2021-07-03 10:21:54 +02:00
|
|
|
actix-files = "0.5.0"
|
2021-07-09 13:27:28 +02:00
|
|
|
actix-utils = "2.0.0"
|
2021-07-01 06:52:04 +02:00
|
|
|
askama = "0.10.5"
|
|
|
|
askama_actix = "0.11.1"
|
2021-07-01 06:56:02 +02:00
|
|
|
env_logger = "0.8.4"
|
2021-07-07 06:49:53 +02:00
|
|
|
serde = "1.0.126"
|
2021-07-07 21:32:21 +02:00
|
|
|
futures = "0.3.15"
|
2021-07-11 09:53:38 +02:00
|
|
|
tokio = {version = "0.2.25", features = ["time", "process", "io-util"]}
|
2021-07-15 07:08:39 +02:00
|
|
|
git2 = "0.13.20"
|