1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/cookie-auth/Cargo.toml
2019-04-07 23:39:45 -07:00

11 lines
193 B
TOML

[package]
name = "cookie-auth"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
edition = "2018"
workspace = ".."
[dependencies]
actix-web = "1.0.0-alpha.4"
env_logger = "0.6"