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

13 lines
245 B
TOML

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