We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424d468 commit e152d12Copy full SHA for e152d12
Cargo.toml
@@ -1,7 +1,10 @@
1
[package]
2
name = "shingles"
3
-version = "0.1.0"
+version = "0.1.1"
4
+description = "A WebAssembly library for efficient text deduplication and similarity detection using shingling and MinHash."
5
authors = ["Preetham Pemmasani <75422607+ppmpreetham@users.noreply.github.com>"]
6
+license = "MIT"
7
+repository = "https://github.com/ppmpreetham/shingles"
8
edition = "2018"
9
10
[lib]
0 commit comments