initial version

This commit is contained in:
2022-11-10 17:31:44 +00:00
commit b8eddc0837
8 changed files with 1312 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "osmarkscalculator"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
inlinable_string = "0.1"
rayon = "1.5"
itertools = "0.10"