1
0
mirror of https://github.com/actix/examples synced 2025-03-20 02:27:46 +01:00
examples/cookie-auth/Cargo.toml
2019-03-09 18:03:09 -08:00

10 lines
210 B
TOML

[package]
name = "cookie-auth"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
workspace = "../"
[dependencies]
actix-web = { git="https://github.com/actix/actix-web.git" }
env_logger = "0.5"