1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/examples/static-files/Cargo.toml

11 lines
149 B
TOML
Raw Normal View History

2019-06-17 23:35:47 +02:00
[package]
name = "static-files"
version = "1.0.0"
2019-06-17 23:35:47 +02:00
edition = "2018"
[dependencies]
2019-12-28 19:36:24 +01:00
actix-web = "2.0"
actix-rt = "1.0"
actix-files = "0.2"
2019-06-17 23:35:47 +02:00
mime = "*"