]> git.proxmox.com Git - rustc.git/blobdiff - src/vendor/filetime/Cargo.toml.orig
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / filetime / Cargo.toml.orig
index 33a92ed31237bd6d89b1fceda4ea355554a28bff..da44c235a64a691d647b2545d0cacc6751756849 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "filetime"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
-version = "0.1.12"
+version = "0.1.14"
 license = "MIT/Apache-2.0"
 readme = "README.md"
 keywords = ["timestamp", "mtime"]
@@ -12,6 +12,9 @@ description = """
 Platform-agnostic accessors of timestamps in File metadata
 """
 
+[dependencies]
+cfg-if = "0.1"
+
 [target.'cfg(unix)'.dependencies]
 libc = "0.2"