Files
nanohtml2text/Cargo.toml
alex wennerberg 9c7a627e3f update crate
2024-09-28 00:15:58 -04:00

12 lines
272 B
TOML

[package]
name = "nanohtml2text"
version = "0.1.5"
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]