From c6a3aaf9bb8283a71308e4e4f41ed4701e333ebf Mon Sep 17 00:00:00 2001 From: alex wennerberg Date: Thu, 6 Jan 2022 10:51:26 -0800 Subject: [PATCH] Update cargo.toml for publication --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index be85f14..7013c01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,10 @@ name = "nanohtml2text" version = "0.1.0" edition = "2018" +readme = "README" +license = "MIT" +repository = "https://git.alexwennerberg.com/nanohtml2text" +keywords = ["html", "text"] +description = "A zero-dependency library to convert HTML to plain text" [dependencies]