From 6018334c50871076049690715c29b49883dd1353 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 14 Dec 2024 14:59:26 +0900 Subject: [PATCH] Add description and license --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 630ea3f..e8b7313 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,7 @@ name = "sfparse" version = "0.1.0" edition = "2021" +description = "RFC 9651 Structured Field Values parser" +license = "MIT" [dependencies]