Initial library commit.

This commit is contained in:
Jason Smith 2015-12-03 16:24:16 -05:00
commit 3b1567d357
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
target
Cargo.lock

4
Cargo.toml Normal file
View File

@ -0,0 +1,4 @@
[package]
name = "scribe"
version = "0.1.0"
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]