Initial library commit.

This commit is contained in:
Jason Travis Smith
2016-03-18 16:17:01 -04:00
commit b83c3970a6
8 changed files with 168 additions and 0 deletions

12
Cargo.lock generated Normal file
View File

@ -0,0 +1,12 @@
[root]
name = "apprentice"
version = "0.1.0"
dependencies = [
"scribe 0.1.0 (git+https://gitlab.com/CyberMages/scribe.git)",
]
[[package]]
name = "scribe"
version = "0.1.0"
source = "git+https://gitlab.com/CyberMages/scribe.git#d6a6f5107c8d03b13e081c9378486781e31daa4e"