1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/auth/cookie-auth/Cargo.toml
2022-03-04 16:28:40 +00:00

11 lines
153 B
TOML

[package]
name = "cookie-auth"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "4"
actix-identity = "0.4"
env_logger = "0.9"
rand = "0.8"