1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/examples/state/Cargo.toml

13 lines
261 B
TOML
Raw Normal View History

[package]
name = "state"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2018-01-01 06:55:25 +01:00
workspace = "../.."
[dependencies]
futures = "*"
2018-01-21 06:11:46 +01:00
env_logger = "0.5"
2018-01-28 07:44:50 +01:00
#actix = "0.4.6"
actix = {git = "https://github.com/actix/actix.git"}
actix-web = { path = "../../" }