--- open-1.2.2/Cargo.toml 1970-01-01T01:00:00+01:00 +++ open-1.2.2/Cargo.toml 2019-03-14T00:09:01.196574+01: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"]