diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 000000000..8f6ccf6a8 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,4 @@ +[root] +name = "ethcore-util" +version = "0.1.0" + diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 000000000..5c16a030d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "ethcore-util" +version = "0.1.0" +authors = ["Ethcore "] diff --git a/README.md b/README.md new file mode 100644 index 000000000..744d98922 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# ethcore-util diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 000000000..a93251b65 --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,3 @@ +#[test] +fn it_works() { +}