]> git.proxmox.com Git - cargo.git/commitdiff
Stub out cargo-read-manifest
authorCarl Lerche <me@carllerche.com>
Sat, 8 Mar 2014 00:15:15 +0000 (16:15 -0800)
committerCarl Lerche <me@carllerche.com>
Sat, 8 Mar 2014 00:15:15 +0000 (16:15 -0800)
commands/cargo-read-manifest/main.rs [new file with mode: 0644]

diff --git a/commands/cargo-read-manifest/main.rs b/commands/cargo-read-manifest/main.rs
new file mode 100644 (file)
index 0000000..571174d
--- /dev/null
@@ -0,0 +1,5 @@
+#[crate_id="cargo-read-manifest"];
+
+fn main() {
+
+}