summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 3b57b1323f932b3c648db23632f5644ef369457c (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 = "2021"

[dependencies]
acap = "0.3.0"
clap = "2.34.0"
image = "0.24.7"
rand = "0.8.5"
rand_pcg = "0.3.1"
term = "0.7.0"