aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJason Macnak <natsu@google.com>2020-03-18 02:08:27 +0000
committerJason Macnak <natsu@google.com>2020-04-06 10:44:38 -0700
commit1e8b07068e8a586ce0b2d66e46a5d435fdb842f8 (patch)
tree771b90bcb706bf560961a9c2f903e18136722d72 /Cargo.toml.orig
parent88c32390b829d0b7083428cefbf5728e2f2860e0 (diff)
downloadpaste-1e8b07068e8a586ce0b2d66e46a5d435fdb842f8.tar.gz
Import 'paste' rust crate version 0.1.7
Bug: b/151760391 Test: m crosvm.experimental Change-Id: I6e9288d1a0c749166c6ce8cf483c7646a70d32b3
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig19
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..1758544
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,19 @@
+[package]
+name = "paste"
+version = "0.1.7"
+authors = ["David Tolnay <dtolnay@gmail.com>"]
+edition = "2018"
+license = "MIT OR Apache-2.0"
+description = "Macros for all your token pasting needs"
+repository = "https://github.com/dtolnay/paste"
+readme = "README.md"
+
+[badges]
+travis-ci = { repository = "dtolnay/paste" }
+
+[dependencies]
+paste-impl = { version = "=0.1.7", path = "impl" }
+proc-macro-hack = "0.5.9"
+
+[workspace]
+members = ["impl"]