mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-23 19:03:03 +01:00
11 lines
250 B
TOML
11 lines
250 B
TOML
|
[package]
|
||
|
name = "request-id-response-header"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
actix-web = "4"
|
||
|
tracing-actix-web = { path = "../.." }
|