Initial commit.

This commit is contained in:
Gav Wood 2015-11-24 20:57:45 +01:00
parent f6360a1a39
commit 789bf0bb01
4 changed files with 12 additions and 0 deletions

4
Cargo.lock generated Normal file
View File

@ -0,0 +1,4 @@
[root]
name = "ethcore-util"
version = "0.1.0"

4
Cargo.toml Normal file
View File

@ -0,0 +1,4 @@
[package]
name = "ethcore-util"
version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"]

1
README.md Normal file
View File

@ -0,0 +1 @@
# ethcore-util

3
src/lib.rs Normal file
View File

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