summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 43bb9ddb37f5217d78c3ea6e7b7030bebe445863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "kd-forest"
version = "2.0.0"
authors = ["Tavian Barnes <tavianator@tavianator.com>"]
edition = "2018"

[dependencies]
acap = "0.3.0"
clap = "2.33.3"
image = "0.23.14"
rand = "0.8.4"
rand_pcg = "0.3.1"
term = "0.7.0"