mirror of
https://github.com/pcvolkmer/bzkf-rwdp-check.git
synced 2025-07-02 00:02:55 +00:00
Initial commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"] }
|
||||
|
Reference in New Issue
Block a user