diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ edition = "2021" [dependencies] acap = "0.3.0" +atty = "0.2.14" clap = "2.33.3" image = "0.23.14" rand = "0.8.4" |
![]() |
index : kd-forest.git | |
An implementation of k-d forests | Tavian Barnes <tavianator@tavianator.com> |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Cargo.toml | 1 |
@@ -6,6 +6,7 @@ edition = "2021" [dependencies] acap = "0.3.0" +atty = "0.2.14" clap = "2.33.3" image = "0.23.14" rand = "0.8.4" |