summaryrefslogtreecommitdiff
path: root/histogrammer/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-10-16 13:03:59 -0700
committeriximeow <me@iximeow.net>2020-10-16 13:03:59 -0700
commitc3f1887b4e9b1a4eaf42b51bcbdbe92e888f96d7 (patch)
tree27c0d64be4e99155da40ae44033b8d26d870e4af /histogrammer/Cargo.toml
parent1f014480b45b5a224aa61c4ee99c62905f032bf9 (diff)
add histogrammer
Diffstat (limited to 'histogrammer/Cargo.toml')
-rw-r--r--histogrammer/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
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 <me@iximeow.net>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+image = "*"
+plotters = "*"
+show-image = "*"