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 ad0280f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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 @@ -16,6 +16,9 @@ exclude = ["/.github", "/benches", "/examples", "/fuzz", "/tests"]
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 ad0280f

Please sign in to comment.