From c3f1887b4e9b1a4eaf42b51bcbdbe92e888f96d7 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 16 Oct 2020 13:03:59 -0700 Subject: add histogrammer --- histogrammer/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 histogrammer/Cargo.toml (limited to 'histogrammer/Cargo.toml') diff --git a/histogrammer/Cargo.toml b/histogrammer/Cargo.toml new file mode 100644 index 0000000..715137a --- /dev/null +++ b/histogrammer/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "histogrammer" +version = "0.1.0" +authors = ["iximeow "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +image = "*" +plotters = "*" +show-image = "*" -- cgit v1.1