mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-22 09:21:00 +00:00
20 lines
504 B
TOML
20 lines
504 B
TOML
[package]
|
|
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"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[workspace]
|
|
members = [
|
|
"http-signature-normalization-http",
|
|
"http-signature-normalization-actix",
|
|
]
|
|
|
|
[dependencies]
|
|
base64 = "0.10"
|
|
chrono = "0.4"
|