2018-04-18 16:46:35 -07:00
|
|
|
[package]
|
|
|
|
name = "cookie-auth"
|
2022-02-02 01:45:20 +00:00
|
|
|
version = "1.0.0"
|
2022-02-02 01:43:51 +00:00
|
|
|
edition = "2021"
|
2018-04-18 16:46:35 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-02 20:33:43 +00:00
|
|
|
actix-web.workspace = true
|
2023-01-03 14:04:10 +00:00
|
|
|
actix-web-lab.workspace = true
|
2023-01-02 20:33:43 +00:00
|
|
|
actix-identity.workspace = true
|
2022-12-21 23:49:28 +09:00
|
|
|
actix-session = { workspace = true, features = ["cookie-session"] }
|
2022-10-26 16:51:27 +01:00
|
|
|
|
2022-12-30 16:25:40 +00:00
|
|
|
env_logger.workspace = true
|
2023-01-03 14:04:10 +00:00
|
|
|
log.workspace = true
|
2023-01-02 20:35:37 +00:00
|
|
|
rand.workspace = true
|