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

[dependencies]
acap = "0.3.0"
clap = { version = "4.4.8", features = ["derive"] }
image = "0.24.7"
rand = "0.8.5"
rand_pcg = "0.3.1"
term = "0.7.0"