17 lines
273 B
TOML
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"
|