Files
nanohtml2text/Cargo.toml
2022-01-06 10:51:26 -08:00

12 lines
278 B
TOML

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