From 5a046bdd740bb74372baf4bba7ca2130cc174355 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 8 Jan 2023 02:37:22 +0100 Subject: Initial commit --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3