1
0
mirror of https://github.com/mgdm/htmlq.git synced 2021-09-14 22:19:11 +03:00
Files
htmlq-jq-like/Cargo.toml
2021-09-07 19:08:33 +01:00

16 lines
344 B
TOML

[package]
name = "htmlq"
description = "Like jq, but for HTML."
homepage = "https://github.com/mgdm/htmlq"
repository = "https://github.com/mgdm/htmlq"
readme = "README.md"
license = "MIT"
version = "0.2.0"
authors = ["Michael Maclean <michael@mgdm.net>"]
edition = "2018"
[dependencies]
kuchiki = "0.7.3"
html5ever = "0.23.0"
clap = "2.33.0"