Initial commit

This commit is contained in:
2022-05-19 23:26:00 +02:00
commit 8a8baffba8
53 changed files with 761345 additions and 0 deletions

7
crates/parse/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "parse"
version = "0.1.0"
edition = "2021"
[dev-dependencies]
similar-asserts = "1.2.0"