Files
nanohtml2text/Cargo.toml
2022-01-08 17:17:12 -08:00

12 lines
282 B
TOML

[package]
name = "nanohtml2text"
version = "0.1.1"
edition = "2018"
readme = "README.txt"
license = "MIT"
repository = "https://git.alexwennerberg.com/nanohtml2text"
keywords = ["html", "text"]
description = "A zero-dependency library to convert HTML to plain text"
[dependencies]