commit 3b1567d357ab62728c8520cd1f738ccda929e0c8 Author: Jason Smith Date: Thu Dec 3 16:24:16 2015 -0500 Initial library commit. 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 "]