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

12 lines
210 B
TOML

[package]
name = "cookie-auth"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
edition = "2018"
workspace = ".."
[dependencies]
actix-web = "1.0.0"
actix-identity = "0.1.0"
env_logger = "0.6"