diff --git a/Cargo.toml b/Cargo.toml index d9ff039..f7f04ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "jellyfish" version = "1.0.0" edition = "2021" description = "Approximate and phonetic matching of strings." +exclude = [ + "dist/*", +] authors = ["James Turk "] repository = "https://github.com/jamesturk/jellyfish/" license = "MIT"