diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-04-19 16:37:16 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-05-02 13:18:52 -0400 |
commit | 8aa2911b4c978ad7131a430d07a580cedf6f8f65 (patch) | |
tree | 2bf1dc4f06c4f5f934418485710d1f61d690a83b /Cargo.toml | |
parent | c653c8cda8f49d3bbe07190a6477367290ff7f04 (diff) | |
download | kd-forest-8aa2911b4c978ad7131a430d07a580cedf6f8f65.tar.xz |
metric: Add some general interfaces for metric spaces
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" |