mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
11 lines
166 B
TOML
11 lines
166 B
TOML
[package]
|
|
name = "cookie-auth"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
actix-identity = "0.4.0-beta.8"
|
|
env_logger = "0.9.0"
|
|
rand = "0.8.4"
|