Skip to content

Commit

Permalink
ethereum-types refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
debris committed Oct 30, 2017
0 parents commit 9dec8ff
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "fixed-hash"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]

[dependencies]
heapsize = { version = "0.4", optional = true }
libc = { version = "0.2", default-features = false }
rand = { version = "0.3", optional = true }
rustc-hex = { version = "1.0", optional = true }

[features]
std = ["rustc-hex", "rand"]
heapsizeof = ["heapsize"]
Loading

0 comments on commit 9dec8ff

Please sign in to comment.