Files
marginal/Cargo.toml
Kerdonov 852eddfebf
Some checks failed
Test the running changes / Test (push) Successful in 35s
Test the running changes / Test (pull_request) Failing after 2s
release action, convert to library crate, bump version to 0.1.0
2025-12-22 21:45:28 +02:00

9 lines
147 B
TOML

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