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

18 lines
486 B

--- open-2.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ open-2.0.1/Cargo.toml 2021-11-06T09:48:18.889074+00:00
@@ -21,13 +21,7 @@
keywords = ["open", "xdg-open", "start", "launch"]
license = "MIT"
repository = "https://github.com/Byron/open-rs"
+autobins = false
-[[bin]]
-name = "open"
-test = false
-doc = false
[target."cfg(all(unix, not(macos)))".dependencies.pathdiff]
version = "0.2.0"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["shellapi"]