Files
nanohtml2text/Cargo.toml
alex wennerberg 8d57ec3524 Fix entity bug
2024-10-08 10:27:18 -04:00

12 lines
272 B
TOML

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