Files
nanohtml2text/Cargo.toml
alex wennerberg 215452465e Bump version to v0.1.2
General refactoring, cleanup, tests, and better documentation, thanks to
Johann150
2022-01-12 18:09:09 -08:00

12 lines
282 B
TOML

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