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-term/term-fix-metadata.diff

22 lines
585 B

--- term-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ term-0.5.1/Cargo.toml 2018-11-10T12:51:35.496690+01:00
@@ -21,14 +21,15 @@
categories = ["command-line-interface"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Stebalien/term"
+exclude = ["/scripts/*", "/.travis.yml", "/appveyor.yml"]
[dependencies.byteorder]
version = "1.2.1"
+[dependencies.dirs]
+version = "1.0.2"
+
[features]
default = []
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["wincon", "handleapi", "fileapi"]
[badges.appveyor]
repository = "Stebalien/term"