Introduce the FacetValue enum type

This commit is contained in:
Clément Renault
2021-01-13 11:30:27 +01:00
committed by Kerollmops
parent d893e83622
commit 51a37de885
3 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,7 @@ near-proximity = { git = "https://github.com/Kerollmops/plane-sweep-proximity",
num-traits = "0.2.14"
obkv = "0.1.0"
once_cell = "1.4.0"
ordered-float = "2.0.0"
ordered-float = { version = "2.0.0", features = ["serde"] }
rayon = "1.3.1"
regex = "1.4.2"
ringtail = "0.3.0"