parsed and compiled data

This commit is contained in:
2022-02-12 19:05:32 -07:00
parent 88098e8bec
commit 0f6aa033e9
54 changed files with 2385 additions and 31 deletions

11
parser/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "parser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
scan_fmt = "0.2.6"
csv = "1.1.6"
serde = { version = "1.0", features = ["derive"] }