Initial commit.
This commit is contained in:
parent
f6360a1a39
commit
789bf0bb01
4
Cargo.lock
generated
Normal file
4
Cargo.lock
generated
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[root]
|
||||||
|
name = "ethcore-util"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
4
Cargo.toml
Normal file
4
Cargo.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[package]
|
||||||
|
name = "ethcore-util"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["Ethcore <admin@ethcore.io>"]
|
3
src/lib.rs
Normal file
3
src/lib.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#[test]
|
||||||
|
fn it_works() {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user