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]
|
2023-01-02 21:33:43 +01:00
|
|
|
actix-http.workspace = true
|
|
|
|
actix-web.workspace = true
|
2022-12-30 17:25:40 +01:00
|
|
|
env_logger.workspace = true
|
2023-01-02 21:33:43 +01:00
|
|
|
futures-util.workspace = true
|
2022-12-30 17:25:40 +01:00
|
|
|
log.workspace = true
|
2024-07-07 02:42:16 +02:00
|
|
|
pin-project-lite.workspace = true
|