mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-26 03:11:05 +00:00
15 lines
448 B
TOML
15 lines
448 B
TOML
|
[package]
|
||
|
name = "http-signature-normalization-http"
|
||
|
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"
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
http = "0.1"
|
||
|
http-signature-normalization = { version = "0.1.0", path = ".." }
|