Files
marginal/Cargo.toml
Kerdonov 03b5360ec5
All checks were successful
Test the running changes / Test (push) Successful in 35s
fixed weird block parsing issues
2025-12-24 23:26:09 +02:00

9 lines
147 B
TOML

[package]
name = "marginal"
version = "0.1.1"
edition = "2024"
publish = ["gitea"]
[dependencies]
nom = { version = "8.0.0", features = ["std"] }