Project init

This commit is contained in:
Jurn Wubben 2025-10-20 15:41:42 +02:00
commit 5fbd4e6074
7 changed files with 211 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "markprint"
version = "0.1.0"
edition = "2024"
[dependencies]
nom = "8.0.0"