mirror of
https://github.com/actix/examples
synced 2024-11-24 23:02:59 +01:00
85d1503ac2
Co-authored-by: Rob Ede <robjtede@icloud.com>
11 lines
178 B
TOML
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"
|