mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-23 02:43:16 +01:00
10 lines
168 B
TOML
10 lines
168 B
TOML
[package]
|
|
name = "request-id-response-header"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
tracing-actix-web = { path = "../.." }
|