mirror of
https://github.com/actix/examples
synced 2024-11-28 00:12:57 +01:00
15 lines
356 B
TOML
15 lines
356 B
TOML
[package]
|
|
name = "cookie-session"
|
|
version = "0.1.0"
|
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
|
workspace = ".."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = { git="https://github.com/actix/actix-web.git", branch = "1.0" }
|
|
actix-session = { git="https://github.com/actix/actix-web.git", branch = "1.0" }
|
|
|
|
futures = "0.1"
|
|
time = "0.1"
|
|
env_logger = "0.6"
|