aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 04e42831bf762a16654a457f9d95d91016c5ca82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "gema_texto"
version = "1.0.0"
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"