Initial commit

This commit is contained in:
Martin Berg Alstad
2024-06-05 20:41:00 +02:00
commit 096e2105dd
17 changed files with 1212 additions and 0 deletions

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "simplify_truths"
version = "0.1.0"
edition = "2021"
authors = ["Martin Berg Alstad"]
[dependencies]
nom = "7.1.3"