Initial commit

This commit is contained in:
2024-02-23 12:47:37 +01:00
commit 0037e6c8bb
8 changed files with 632 additions and 0 deletions

14
Cargo.toml Normal file
View File

@ -0,0 +1,14 @@
[package]
name = "bzkf-rwdp-check"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4", features = ["std", "help", "usage", "derive", "error-context"], default-features = false }
console = "0.15"
csv = "1.3"
itertools = "0.12"
serde = { version = "1.0", features = ["derive"] }