1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
examples/cookie-auth/Cargo.toml

14 lines
244 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"
workspace = ".."
2018-04-18 16:46:35 -07:00
[dependencies]
2019-12-25 20:48:33 +04:00
actix-web = "2.0.0"
2019-12-20 22:30:26 +06:00
actix-identity = "0.2.0"
2019-12-15 23:07:17 +06:00
actix-rt = "1.0.0"
2020-04-05 02:26:11 +09:00
env_logger = "0.7"
rand = "0.7.3"