1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

14 lines
290 B
TOML
Raw Normal View History

2018-07-09 20:18:31 +02:00
[package]
2023-10-29 23:51:05 +00:00
name = "middleware-various"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
2023-10-29 23:51:05 +00:00
publish.workspace = true
edition.workspace = true
2018-07-09 20:18:31 +02:00
[dependencies]
actix-http.workspace = true
actix-web.workspace = true
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
2024-07-07 01:42:16 +01:00
pin-project-lite.workspace = true