Skip to content

Commit df16a36

Browse files
committed
feat: add metadata to cargo.toml
1 parent bd59e5a commit df16a36

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "html_parse"
3-
version = "0.1.0"
3+
description = "Html parser, wrapper of html5ever"
4+
repository = "https://github.com/joshuachp/forest-ds"
5+
keywords = ["html", "parser", "html5ever"]
6+
categories = ["html", "parser"]
7+
version = "0.1.1"
48
edition = "2021"
9+
license = "MIT OR Apache-2.0"
510

611
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
712

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)