1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00
examples/cookie-auth/Cargo.toml

12 lines
200 B
TOML
Raw Normal View History

2018-04-18 16:46:35 -07:00
[package]
name = "cookie-auth"
2019-12-07 23:59:24 +06:00
version = "2.0.0"
2018-04-18 16:46:35 -07:00
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2019-03-09 21:08:08 -08:00
edition = "2018"
2018-04-18 16:46:35 -07:00
[dependencies]
2020-09-12 16:49:45 +01:00
actix-web = "3"
actix-identity = "0.3"
2020-04-05 02:26:11 +09:00
env_logger = "0.7"
2020-09-12 16:49:45 +01:00
rand = "0.7"