The project will now compile as a library.

#4

This is as bare bones as a library gets.
This commit is contained in:
Myrddin Dundragon 2017-09-02 04:25:14 -04:00
parent e53c7208d7
commit 04ea4aa144

2
src/lib.rs Normal file
View File

@ -0,0 +1,2 @@
#[macro_use]
extern crate scribe;