[package] name = "common_substrings" description = "Finding all common strings" version = "1.0.0" authors = ["hanwencheng "] edition = "2018" license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/hanwencheng/common_substrings_rust" repository = "https://github.com/hanwencheng/common_substrings_rust" [dependencies] [dev-dependencies] criterion = "0.3" [[bench]] name = "benchmark" harness = false