Initialize the project

This commit is contained in:
Ivan Ukhov
2015-05-28 17:21:43 -04:00
commit e18b7f57ac
5 changed files with 53 additions and 0 deletions

6
src/lib.rs Normal file
View File

@ -0,0 +1,6 @@
extern crate libc;
extern crate sqlite3_sys as raw;
#[cfg(test)]
mod tests {
}