aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f1c8751fc62f28530722cd12c847c16e41cde6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "gema_texto"
version = "1.0.1"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Library to parse gemtext and render HTML"
homepage = "https://git.sr.ht/~rbdr/gema_texto"
authors = ["Rubén Beltrán del Río <page@r.bdr.sh>"]

[dependencies]

[lints.clippy]
pedantic = "warn"