1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/cookie-auth/Cargo.toml

14 lines
278 B
TOML
Raw Normal View History

2018-04-19 01:46:35 +02:00
[package]
name = "cookie-auth"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
workspace = "../"
[dependencies]
actix = "0.5"
2018-05-08 20:08:43 +02:00
actix-web = "^0.6"
2018-04-19 01:46:35 +02:00
cookie = { version="0.10", features=["percent-encode", "secure"] }
futures = "0.1"
time = "0.1"
env_logger = "0.5"