Files
nanohtml2text/Cargo.toml
2022-09-24 09:59:27 -07:00

12 lines
281 B
TOML

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