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

10 lines
132 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]
2022-02-26 04:56:24 +01:00
actix-web = "4"
actix-files = "0.6"
2020-09-12 17:21:54 +02:00
mime = "0.3"