mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-26 03:11:05 +00:00
14 lines
436 B
TOML
14 lines
436 B
TOML
|
[package]
|
||
|
name = "http-signature-normalization-warp"
|
||
|
version = "0.1.0"
|
||
|
authors = ["asonix <asonix@asonix.dog>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
http = "0.2.0"
|
||
|
http-signature-normalization-http = { version = "0.2.0", path = "../http-signature-normalization-http" }
|
||
|
warp = { git = "https://github.com/seanmonstar/warp" }
|
||
|
futures = "0.3.1"
|