summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c644710fb2e5e5296869b8672bdc0d28b714ddf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "html-page"
version = "0.3.0"
edition = "2021"
authors = [
  "Lars Wirzenius <liw@liw.fi>",
]
license = "MIT-0"
description = "Represent HTML using Rust types"
repository = "https://gitlab.com/larswirzenius/html-page"

[dependencies]
html-escape = "0.2.13"