Skip to content

Commit

Permalink
Move num256 out of Althea_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Oct 16, 2018
0 parents commit 99546c8
Show file tree
Hide file tree
Showing 6 changed files with 1,251 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
target/
354 changes: 354 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions Cargo.toml
@@ -0,0 +1,13 @@
[package]
name = "num256"
version = "0.1.0"
authors = ["Jehan <jehan.tremback@gmail.com>"]
license = "Apache 2.0"

[dependencies]
num = "0.2.0"
serde = "1.0.70"
serde_derive = "1.0.70"
serde_json = "1.0.24"
lazy_static = "1.0.2"
ethereum-types = "0.3.2"

0 comments on commit 99546c8

Please sign in to comment.