File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : ["main"]
66 tags :
7- - " * *"
7+ - " v *"
88 pull_request :
99 branches : ["main"]
1010
Original file line number Diff line number Diff line change 11[package ]
2- name = " simstring_rs "
2+ name = " simstring_rust "
33version = " 0.1.0"
44description = " A Rust implementation of the SimString algorithm"
55license = " MIT"
66repository = " https://github.com/PyDataBlog/simstring_rs"
7- documentation = " https://docs.rs/simstringrs "
7+ documentation = " https://docs.rs/simstringrust "
88edition = " 2021"
99authors = [" Bernard Brenyah <bbrenyah@gmail.com>" ]
1010keywords = [" string-matching" , " nlp" , " simstring" , " cpmerge" ]
@@ -13,7 +13,7 @@ homepage = "https://github.com/PyDataBlog/simstring_rs#readme"
1313readme = " README.md"
1414
1515[lib ]
16- name = " simstring_rs "
16+ name = " simstring_rust "
1717path = " src/lib.rs"
1818
1919[dependencies ]
You can’t perform that action at this time.
0 commit comments