add request verification extractor
This commit is contained in:
parent
7a694623e5
commit
1e53661b0a
18 changed files with 482 additions and 32 deletions
|
@ -18,7 +18,7 @@ color-eyre = "0.6.2"
|
|||
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
|
||||
rand = "0.8.5"
|
||||
toml = "0.8.8"
|
||||
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "sync"] }
|
||||
tracing-subscriber = "0.3.18"
|
||||
tracing = "0.1.40"
|
||||
tower-http = { version = "0.5.1", features = ["trace"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue