summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 22376b549f8174f88e9927e942299544824aa63e (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.25.5"
rand = "0.9.0"
rand_pcg = "0.9.0"
term = "1.0.1"