1
0
mirror of https://github.com/actix/examples synced 2025-02-08 20:06:07 +01:00

11 lines
208 B
TOML
Raw Normal View History

[package]
name = "static_index"
2019-12-07 23:59:24 +06:00
version = "2.0.0"
authors = ["Jose Marinez <digeratus@gmail.com>"]
2019-03-09 22:38:15 -08:00
edition = "2018"
[dependencies]
2022-02-02 00:44:58 +00:00
actix-web = "4.0.0-rc.1"
actix-files = "0.6.0-beta.15"
env_logger = "0.9.0"