mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-22 09:21:00 +00:00
2021
This commit is contained in:
parent
e97cfbf925
commit
fa08da9158
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ license-file = "LICENSE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
||||||
keywords = ["http", "signatures", "digest"]
|
keywords = ["http", "signatures", "digest"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ license-file = "LICENSE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
||||||
keywords = ["http", "signatures", "digest", "actix"]
|
keywords = ["http", "signatures", "digest", "actix"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -7,7 +7,7 @@ license-file = "LICENSE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
||||||
keywords = ["http", "signatures", "digest", "reqwest"]
|
keywords = ["http", "signatures", "digest", "reqwest"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue