From 06456fe384f7adf0d243d3e9d6a2e27ba9f1df0f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 15 Dec 2024 17:48:25 +0900 Subject: [PATCH] Update cargo metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index aca228b..bb2ed12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,8 @@ version = "0.1.1" edition = "2021" description = "RFC 9651 Structured Field Values parser" license = "MIT" +keywords = ["RFC9651", "RFC8941", "HTTP", "structured-fields", "structured-headers"] +documentation = "https://docs.rs/sfparse" +repository = "https://github.com/ngtcp2/sfparse-rs" [dependencies]