aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: bcf23d33b56707e8a878bf0bb8f9bc0ee1ba1bee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "firuhema"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
color-eyre = "0.6.2"
colorgrad = "0.6.2"
fnv = "1.0.7"
image = "0.24.5"
imageproc = "0.23.0"
indicatif = "0.17.2"
nalgebra = "0.31.4"
num-traits = "0.2.15"
roxmltree = "0.17.0"