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-02-18 02:01:48 +00:00

11 lines
178 B
TOML

[package]
name = "cookie-auth"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "4.0.0-beta.21"
actix-identity = "0.4.0-beta.8"
env_logger = "0.9.0"
rand = "0.8.4"