From 3b1567d357ab62728c8520cd1f738ccda929e0c8 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Thu, 3 Dec 2015 16:24:16 -0500 Subject: [PATCH] Initial library commit. --- .gitignore | 2 ++ Cargo.toml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 Cargo.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9d37c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target +Cargo.lock diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..0da8e2c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "scribe" +version = "0.1.0" +authors = ["Jason Travis Smith "]