]> git.r.bdr.sh - rbdr/gema_texto/blame - Cargo.toml
Add the library
[rbdr/gema_texto] / Cargo.toml
CommitLineData
8beb2bfa
RBR
1[package]
2name = "gema_texto"
3version = "1.0.0"
4edition = "2021"
5license = "AGPL-3.0-or-later"
6description = "Library to parse gemtext and render HTML"
7homepage = "https://git.sr.ht/~rbdr/gema_texto"
8authors = ["Rubén Beltrán del Río <page@r.bdr.sh>"]
9
10[dependencies]
11
12[lints.clippy]
13pedantic = "warn"