Initial Rust commit.

If you want to go fast, go alone. If you want to go far, go together.
This commit is contained in:
Richard Newman 2016-12-16 10:39:08 -08:00
parent cbd278dd7e
commit f8682a65fa
2 changed files with 12 additions and 0 deletions

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "datomish"
version = "0.4.0"
authors = ["Richard Newman <rnewman@twinql.com>", "Nicholas Alexander <nalexander@mozilla.com>"]
[dependencies]

6
src/lib.rs Normal file
View file

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