gitust/Cargo.toml

17 lines
354 B
TOML
Raw Normal View History

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-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"