--- open-1.2.2/Cargo.toml 1970-01-01T00:00:00+00:00 +++ open-1.2.2/Cargo.toml 2019-06-22T14:50:38.307547+00:00 @@ -19,11 +19,9 @@ keywords = ["open", "xdg-open", "start", "launch"] license = "MIT" repository = "https://github.com/Byron/open-rs" +exclude = ["/etc/*", "/.clog.toml", "/.travis.yml"] [[bin]] name = "open" test = false doc = false -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["shellapi"]