From ca4e9e8b9c062ad20c0ce9bb2f291ca49b861b4f Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 28 Nov 2022 19:45:39 -0600 Subject: [PATCH] Update Cargo.toml --- actix-extractor/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/actix-extractor/Cargo.toml b/actix-extractor/Cargo.toml index a4a21d4..493018e 100644 --- a/actix-extractor/Cargo.toml +++ b/actix-extractor/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "http-signature-normalization-actix-extractor" -version = "0.1.0" +description = "An HTTP Signatures library that leaves the signing to you" +version = "0.1.1" authors = ["asonix "] license = "AGPL-3.0" +readme = "README.md" repository = "https://git.asonix.dog/asonix/http-signature-normalization" keywords = ["http", "signatures", "digest", "actix"] edition = "2021"