instant-distance/Cargo.toml

12 lines
242 B
TOML
Raw Normal View History

2020-11-26 15:47:49 +00:00
[package]
2020-12-14 14:38:17 +00:00
name = "instant-index"
2020-11-26 15:47:49 +00:00
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2018"
[dependencies]
ahash = "0.6.1"
rand = { version = "0.7.3", features = ["small_rng"] }
rayon = "1.5"
2020-11-26 15:47:49 +00:00
ordered-float = "2.0"