Adding directory structure

This commit is contained in:
Abhishek Chanda
2015-04-17 13:47:31 -07:00
commit e68c86343e
2 changed files with 7 additions and 0 deletions

4
Cargo.toml Normal file
View File

@ -0,0 +1,4 @@
[package]
name = "network"
version = "0.1.0"
authors = ["Abhishek Chanda <abhishek@cloudscaling.com>"]

3
src/lib.rs Normal file
View File

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