Initial library commit.

This commit is contained in:
2017-01-06 19:13:34 -05:00
commit 102713417d
4 changed files with 42 additions and 0 deletions

6
src/lib.rs Normal file
View File

@ -0,0 +1,6 @@
//!
#[macro_use]
extern crate scribe;
#[macro_use]
extern crate binding;