Add empty sibiltypes lib at ./types

This commit is contained in:
Eryn Wells 2017-04-08 16:22:53 -07:00
parent 6eb2f930a6
commit 0e6231bd94
2 changed files with 12 additions and 0 deletions

6
types/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "sibiltypes"
version = "0.1.0"
authors = ["Eryn Wells <eryn@erynwells.me>"]
[dependencies]

6
types/src/lib.rs Normal file
View file

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