Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Dec 2, 2023
1 parent d74dd6e commit 07795c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "norm"
name = "norms"
version = "0.1.0"
edition = "2021"
authors = ["Riccardo Mazzarini <[email protected]>"]
Expand All @@ -10,12 +10,15 @@ readme = "README.md"
license = "MIT"
keywords = ["text", "fuzzy", "match", "search", "fzf"]
categories = ["algorithms"]
exclude = ["/.github", "/benches", "/examples", "/fuzz", "/tests"]
exclude = ["/.github", "/benches/**", "/examples/**", "/fuzz/**", "/tests/**"]

[package.metadata.docs.rs]
features = ["fzf-v1", "fzf-v2"]
rustdoc-args = ["--cfg", "docsrs"]

[lib]
name = "norm"

[features]
fzf-v1 = ["__any-metric"]
fzf-v2 = ["__any-metric"]
Expand Down

0 comments on commit 07795c6

Please sign in to comment.