diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..80fab194 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "datomish" +version = "0.4.0" +authors = ["Richard Newman ", "Nicholas Alexander "] + +[dependencies] diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 00000000..cdfbe1aa --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,6 @@ +#[cfg(test)] +mod tests { + #[test] + fn it_works() { + } +}