mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-22 01:11:00 +00:00
Update cargo tomls
This commit is contained in:
parent
4b2b63143c
commit
ee218f4c2d
3 changed files with 8 additions and 2 deletions
|
@ -3,8 +3,10 @@ name = "http-signature-normalization"
|
|||
description = "An HTTP Signatures library that leaves the signing to you"
|
||||
version = "0.1.0"
|
||||
authors = ["asonix <asonix@asonix.dog>"]
|
||||
license-file = "./LICENSE"
|
||||
readme = "./README.md"
|
||||
license-file = "LICENSE"
|
||||
readme = "README.md"
|
||||
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
||||
keywords = ["http", "signatures", "digest"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -5,6 +5,8 @@ version = "0.1.0"
|
|||
authors = ["asonix <asonix@asonix.dog>"]
|
||||
license-file = "LICENSE"
|
||||
readme = "README.md"
|
||||
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
||||
keywords = ["http", "signatures", "digest", "actix"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -5,6 +5,8 @@ version = "0.1.0"
|
|||
authors = ["asonix <asonix@asonix.dog>"]
|
||||
license-file = "../LICENSE"
|
||||
readme = "../README.md"
|
||||
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
||||
keywords = ["http", "signatures", "digest", "actix"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Reference in a new issue