summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-10 07:50:35 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-10 07:50:35 +0300
commitb493d68cef283e0aa3cd5f2830376db09db49cb6 (patch)
treec9575c4973f5872ea14ba0464b6fda7301f980bf
parent910c7f5963803b0c1a38db7faa893224af181fe6 (diff)
downloadhtml-page-b493d68cef283e0aa3cd5f2830376db09db49cb6.tar.gz
chore: add metadata to Cargo.toml for an eventual cargo publish
Sponsored-by: author
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c774133..9dd2607 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,8 +2,12 @@
name = "html-page"
version = "0.1.0"
edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+authors = [
+ "Lars Wirzenius <liw@liw.fi>",
+]
+license = "MIT-0"
+description = "Represent HTML using Rust types"
+repository = "https://gitlab.com/larswirzenius/html-page"
[dependencies]
html-escape = "0.2.13"