12 lines
272 B
TOML
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]
|