dispmap/Cargo.toml
2021-12-17 15:24:16 +04:00

17 lines
273 B
TOML

[package]
name = "dispmap"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "run"
path = "./bin/run.rs"
[dependencies]
anyhow = "1.0.51"
image = "0.23.14"
rayon = "1.5.1"