release action, convert to library crate, bump version to 0.1.0
Some checks failed
Test the running changes / Test (push) Successful in 35s
Test the running changes / Test (pull_request) Failing after 2s

This commit is contained in:
2025-12-22 21:45:28 +02:00
parent 17185d4420
commit 852eddfebf
9 changed files with 36 additions and 139 deletions

View File

@@ -1,8 +1,8 @@
[package]
name = "marginal"
version = "0.0.1"
version = "0.1.0"
edition = "2024"
publish = ["gitea"]
[dependencies]
clap = "4.5.53"
nom = { version = "8.0.0", features = ["std"] }