prepare publishing

This commit is contained in:
Schrottkatze 2025-05-13 10:21:14 +02:00
parent a56df7c41c
commit 577ce0bbc4
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
2 changed files with 10 additions and 0 deletions

View file

@ -2,6 +2,10 @@
name = "lopal"
version = "0.1.0"
edition = "2024"
authors = ["Jade <jade@schrottkatze.de>"]
description = "Reserved, see lopal_core currently."
repository = "https://forge.katzen.cafe/schrottkatze/lopal"
license = "GPL-3.0"
[dependencies]

View file

@ -2,6 +2,12 @@
name = "lopal_core"
version = "0.1.0"
edition = "2021"
authors = ["Jade <jade@schrottkatze.de>"]
description = "Lossless Parser Library. Parses to rowan LSTs."
repository = "https://forge.katzen.cafe/schrottkatze/lopal"
license = "GPL-3.0"
keywords = ["parser", "rowan", "lossless"]
categories = ["parsing"]
[dependencies]
rowan = "0.15.15"