Update Cargo metadata

This commit is contained in:
Dirkjan Ochtman 2021-02-01 13:24:21 +01:00
parent 7690d09fb8
commit 07367c2022
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ version = "0.1.0"
license = "MIT OR Apache-2.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2018"
description = "Fast minimal implementation of HNSW maps for approximate nearest neighbors searches"
homepage = "https://github.com/InstantDomainSearch/instant-distance"
repository = "https://github.com/InstantDomainSearch/instant-distance"
documentation = "https://docs.rs/instant-distance"
[features]
with-serde = ["serde", "serde-big-array"]