Add initial generated sources.

This commit is contained in:
Thomas Gideon 2017-06-04 10:21:22 -04:00
parent 279a8ad1d4
commit f2c7e09339
3 changed files with 15 additions and 0 deletions

6
src/lib.rs Normal file
View file

@ -0,0 +1,6 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}