commit e68c86343ecf804a16909852f7de8d26b7d4e122 Author: Abhishek Chanda Date: Fri Apr 17 13:47:31 2015 -0700 Adding directory structure diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..35b07ed --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "network" +version = "0.1.0" +authors = ["Abhishek Chanda "] diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..a93251b --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,3 @@ +#[test] +fn it_works() { +}