diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3fa0fe9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[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" +nalgebra = "0.31.4" +num-traits = "0.2.15" +roxmltree = "0.17.0" |