summaryrefslogtreecommitdiff
path: root/histogrammer/Cargo.toml
blob: 715137a5823a305fff9610dd079fd3b641fa64fe (plain)
1
2
3
4
5
6
7
8
9
10
11
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 = "*"