1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/middleware/various/Cargo.toml

14 lines
290 B
TOML
Raw Permalink Normal View History

2018-07-09 20:18:31 +02:00
[package]
2023-10-30 00:51:05 +01:00
name = "middleware-various"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2023-10-30 00:51:05 +01: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 02:42:16 +02:00
pin-project-lite.workspace = true