mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
9 lines
150 B
TOML
9 lines
150 B
TOML
[package]
|
|
name = "middleware-example"
|
|
version = "0.1.0"
|
|
authors = ["Gorm Casper <gcasper@gmail.com>"]
|
|
|
|
[dependencies]
|
|
actix = "0.7"
|
|
actix-web = "0.7"
|