mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
14 lines
227 B
TOML
14 lines
227 B
TOML
[package]
|
|
name = "static_index"
|
|
version = "0.1.0"
|
|
authors = ["Jose Marinez <digeratus@gmail.com>"]
|
|
workspace = ".."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
env_logger = "0.5"
|
|
|
|
actix-web = "1.0.0"
|
|
actix-files = "0.1.1"
|