diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,3 +3,7 @@ name = "kd-forest" version = "2.0.0" authors = ["Tavian Barnes <tavianator@tavianator.com>"] edition = "2018" + +[dependencies] +ordered-float = "1.0.2" +rand = "0.7.3" |