[package] name = "normal-paths" version = "0.1.0" authors = ["J/A "] edition = "2018" license = "Unlicense" homepage = "https://github.com/archer884/normal-paths" repository = "https://github.com/archer884/normal-paths" description = """ Windows and Unix-like systems handle glob patterns completely differently. This library is meant to paper over the differences between the two in order to simplify the construction of cross-platform applications. """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] glob = "0.3.0" walkdir = "2.3.1"