Skip to content

Commit 66130a3

Browse files
committed
added documentation to toml
1 parent 9182623 commit 66130a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "closestmatch"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Marco Concetto Rudilosso <[email protected]>"]
55
repository = "https://github.com/Maaarcocr/closestmatch-rs.git"
66
homepage = "https://github.com/Maaarcocr/closestmatch-rs.git"
77
license = "MIT"
88
readme = "README.md"
99
description = "This library fuzzy matches an input string to a list of target strings."
10-
10+
documentation = "https://maaarcocr.github.io/closestmatch-rs"
1111

1212
[dependencies]
1313
rayon = "0.7.0"

0 commit comments

Comments
 (0)