1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/cookie-auth/Cargo.toml

10 lines
210 B
TOML
Raw Normal View History

2018-04-19 01:46:35 +02:00
[package]
name = "cookie-auth"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
workspace = "../"
[dependencies]
2019-03-10 03:03:09 +01:00
actix-web = { git="https://github.com/actix/actix-web.git" }
2018-04-19 01:46:35 +02:00
env_logger = "0.5"