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

24 lines
858 B

--- term_size-0.3.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ term_size-0.3.1/Cargo.toml 2019-06-20T09:11:00.369597+00:00
@@ -14,7 +14,7 @@
name = "term_size"
version = "0.3.1"
authors = ["Kevin K. <kbknapp@gmail.com>", "Benjamin Sago <ogham@bsago.me>"]
-exclude = []
+exclude = ["/.clog.toml", "/.travis.yml", "/appveyor.yml", "/index.html", "/justfile"]
description = "functions for determining terminal sizes and dimensions"
documentation = "https://kbknapp.github.io/term_size-rs"
readme = "README.md"
@@ -72,11 +72,6 @@
unstable = []
[target."cfg(not(target_os = \"windows\"))".dependencies.libc]
version = "~0.2.20"
-[target."cfg(target_os = \"windows\")".dependencies.kernel32-sys]
-version = "~0.2.2"
-
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "~0.2.8"
[badges.appveyor]
repository = "kbknapp/term_size-rs"