new csv crate

This commit is contained in:
René Fuhry
2023-06-01 10:39:03 +02:00
committed by GitHub
parent 5c5b482c17
commit 30a49b665e
2 changed files with 47 additions and 0 deletions

View File

@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
csv = "1.2.2"
fastrand = "1.9.0"