Skip to content

Commit

Permalink
update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
azizkayumov committed Dec 25, 2023
1 parent 9e12cd1 commit d987563
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
name = "rindex"
version = "0.1.0"
edition = "2021"
rust-version = "1.63"
description = "Rindex: reverse nearest neighbor search index for high-dimensional clustered datasets."
readme = "README.md"
documentation = "https://docs.rs/rindex"
homepage = "https://github.com/azizkayumov/rindex"
repository = "https://github.com/azizkayumov/rindex"
license = "Apache-2.0"
keywords = ["tree", "dynamic-connectivity"]
categories = ["algorithms", "data-structures"]
authors = ["Kayumov A.I. <[email protected]>"]
exclude = ["./github"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit d987563

Please sign in to comment.