You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-open/open-fix-metadata.diff

16 lines
441 B

--- 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"]