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.

13 lines
259 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 = "0.4.0"
num-traits = "0.2.14"
num-bigint = "0.4"
hex = "0.4.3"