Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
s-panferov committed Sep 24, 2014
0 parents commit 7ce2989
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
/target
/Cargo.lock
5 changes: 5 additions & 0 deletions Cargo.toml
@@ -0,0 +1,5 @@
[package]

name = "rust-query"
version = "0.0.1"
authors = ["Stanislav Panferov <fnight.m@gmail.com>"]
3 changes: 3 additions & 0 deletions src/lib.rs
@@ -0,0 +1,3 @@
#[test]
fn it_works() {
}

0 comments on commit 7ce2989

Please sign in to comment.