Add licenses and crate info

This commit is contained in:
Joscha 2024-12-02 17:28:23 +01:00
parent cfd83df713
commit 55f228587f
4 changed files with 210 additions and 0 deletions

View file

@ -2,6 +2,12 @@
name = "el"
version = "0.0.0"
edition = "2021"
authors = ["Garmelon <garmelon@plugh.de>"]
description = "Write and manipulate HTML elements as data"
repository = "https://github.com/Garmelon/el"
license = "MIT OR Apache-2.0"
keywords = ["html", "svg", "mathml", "hiccup"]
categories = ["web-programming", "template-engine"]
[dependencies]
axum = { version = "0.7.9", optional = true }