Initial commit

This commit is contained in:
Steven Fackler
2017-01-29 14:04:34 -08:00
commit 924483f099
3 changed files with 16 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
target
Cargo.lock
.idea
*.iml
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "foreign-types"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
[dependencies]
+6
View File
@@ -0,0 +1,6 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}