1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

11 lines
189 B
TOML
Raw Normal View History

2018-05-02 15:11:57 -07:00
[package]
name = "cookie-session"
2019-12-07 23:59:24 +06:00
version = "1.0.0"
2018-05-02 15:11:57 -07:00
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2019-03-09 18:03:09 -08:00
edition = "2018"
2018-05-02 15:11:57 -07:00
[dependencies]
2020-09-12 16:49:45 +01:00
actix-web = "3"
actix-session = "0.4"
2020-04-05 02:26:11 +09:00
env_logger = "0.7"