472cb99236c9c35429526c896625fc0b05b2f42f
[rup.git] / Cargo.toml
1 [package]
2 name = "rup"
3 version = "1.0.0"
4 authors = ["GrĂ©gory Burri <greg.burri@gmail.com>"]
5 edition = "2018"
6
7 [dependencies]
8 actix-web = "1.0.0"
9 actix-files = "0.1.1"
10 askama = "0.8"
11 serde = { version = "1.0", features = ["derive"] }