mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
6e5b04c570
Co-authored-by: Rob Ede <robjtede@icloud.com>
11 lines
177 B
TOML
11 lines
177 B
TOML
[package]
|
|
name = "cookie-session"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4.0.0-beta.21"
|
|
actix-session = "0.5.0-beta.7"
|
|
log = "0.4"
|
|
env_logger = "0.9.0"
|