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

13 lines
259 B
TOML
Raw Permalink Normal View History

2018-04-19 01:46:35 +02:00
[package]
name = "cookie-auth"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
2018-04-19 01:46:35 +02:00
[dependencies]
actix-web.workspace = true
actix-identity.workspace = true
actix-session = { workspace = true, features = ["cookie-session"] }
2022-10-26 17:51:27 +02:00
env_logger.workspace = true
2023-01-03 15:04:10 +01:00
log.workspace = true