init cargo

This commit is contained in:
Manish Goregaokar 2014-11-19 13:23:40 +05:30
commit 37226273a7
2 changed files with 8 additions and 0 deletions

5
Cargo.toml Normal file
View file

@ -0,0 +1,5 @@
[package]
name = "rust-clippy"
version = "0.0.1"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]

3
src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
#[test]
fn it_works() {
}