1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/cookie-auth/Cargo.toml
2018-07-21 20:04:58 +05:30

11 lines
181 B
TOML

[package]
name = "cookie-auth"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
workspace = "../"
[dependencies]
actix = "0.7"
actix-web = "0.7"
env_logger = "0.5"