You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
237 B

[package]
name = "evm"
version = "0.0.1"
edition = "2018"
authors = ["arnaucube <root@arnaucube.com>"]
license = "GPL-3.0"
repository = "https://github.com/arnaucube/evm-rs"
[dependencies]
num-bigint = "0.4"
num = "0.4.0"
hex = "0.4.3"