aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJakub Kotur <qtr@google.com>2020-12-21 17:28:16 +0100
committerJakub Kotur <qtr@google.com>2021-03-05 16:51:50 +0100
commit133ff2839a461c4e067892371d69a72b342e966a (patch)
tree74e320595327ea8d3fd305356db2f489a2c9b086 /Cargo.toml.orig
parent0a910eaeeb0d6c6f38a3ec5051ae7c30d4ff88fc (diff)
downloadsame-file-133ff2839a461c4e067892371d69a72b342e966a.tar.gz
Initial import of same-file-1.0.6.
Bug: 155309706 Change-Id: Iaa5474ae70e5c8533693d858e824d2c070410571
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig21
1 files changed, 21 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..42828fa
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,21 @@
+[package]
+name = "same-file"
+version = "1.0.6" #:version
+authors = ["Andrew Gallant <jamslam@gmail.com>"]
+description = """
+A simple crate for determining whether two file paths point to the same file.
+"""
+documentation = "https://docs.rs/same-file"
+homepage = "https://github.com/BurntSushi/same-file"
+repository = "https://github.com/BurntSushi/same-file"
+readme = "README.md"
+keywords = ["same", "file", "equal", "inode"]
+license = "Unlicense/MIT"
+exclude = ["/.github"]
+edition = "2018"
+
+[target.'cfg(windows)'.dependencies.winapi-util]
+version = "0.1.1"
+
+[dev-dependencies]
+doc-comment = "0.3"