Initial commit

This commit is contained in:
hal8174 2023-12-28 17:54:19 +01:00
commit 71b3e5c1c1
4 changed files with 1347 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "laurens_plotting"
version = "0.1.0"
edition = "2021"
[profile.release]
debug = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.11", features = ["derive"] }
csv = "1.3.0"
plotters = "0.3.5"
rayon = "1.8.0"