mirror of
https://github.com/mgdm/htmlq.git
synced 2021-09-14 22:19:11 +03:00
16 lines
344 B
TOML
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"
|