From e68c86343ecf804a16909852f7de8d26b7d4e122 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Fri, 17 Apr 2015 13:47:31 -0700 Subject: [PATCH] Adding directory structure --- Cargo.toml | 4 ++++ src/lib.rs | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 Cargo.toml create mode 100644 src/lib.rs 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() { +}