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]
|
2023-01-02 21:33:43 +01:00
|
|
|
actix-web.workspace = true
|
2023-01-03 15:04:10 +01:00
|
|
|
actix-web-lab.workspace = true
|
2023-01-02 21:33:43 +01:00
|
|
|
actix-identity.workspace = true
|
2022-12-21 15:49:28 +01:00
|
|
|
actix-session = { workspace = true, features = ["cookie-session"] }
|
2022-10-26 17:51:27 +02:00
|
|
|
|
2022-12-30 17:25:40 +01:00
|
|
|
env_logger.workspace = true
|
2023-01-03 15:04:10 +01:00
|
|
|
log.workspace = true
|
2023-01-02 21:35:37 +01:00
|
|
|
rand.workspace = true
|