From fdefbe453c588b5335e6e42699d61c6b611b1638 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Thu, 24 Sep 2015 14:34:12 -0400 Subject: [PATCH] Added stub files for Cargo --- Cargo.toml | 4 ++++ src/lib.rs | 0 2 files changed, 4 insertions(+) create mode 100644 Cargo.toml create mode 100644 src/lib.rs diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..622c879 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "pumpkin" +version = "0.1.0" +authors = ["Zach Dziura "] diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..e69de29