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

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