Files
osmarkscalculator/Cargo.toml
T
2022-11-10 17:31:44 +00:00

12 lines
256 B
TOML

[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"