Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored and mgdm committed Sep 30, 2021
1 parent a2fe384 commit 41d55a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
[package]
name = "htmlq"
description = "Like jq, but for HTML."
homepage = "https://github.com/mgdm/htmlq"
categories = ["command-line-utilities"]
keywords = ["CSS", "HTML", "query"]
repository = "https://github.com/mgdm/htmlq"
documentation = "https://github.com/mgdm/htmlq/blob/master/README.md"
readme = "README.md"
license = "MIT"
license-file = "LICENSE.md"
version = "0.3.0"
authors = ["Michael Maclean <[email protected]>"]
edition = "2018"
exclude = ["/.github"]

[dependencies]
kuchiki = "0.8.1"
Expand Down

0 comments on commit 41d55a0

Please sign in to comment.