Files
marginal/Cargo.toml
Kerdonov 17185d4420
All checks were successful
Test the running changes / Test (push) Successful in 40s
added html generation
2025-12-15 01:19:23 +02:00

9 lines
143 B
TOML

[package]
name = "marginal"
version = "0.0.1"
edition = "2024"
[dependencies]
clap = "4.5.53"
nom = { version = "8.0.0", features = ["std"] }