2019-04-24 16:21:43 +02:00
|
|
|
# EVMC: Ethereum Client-VM Connector API.
|
|
|
|
# Copyright 2019 The EVMC Authors.
|
|
|
|
# Licensed under the Apache License, Version 2.0.
|
|
|
|
|
2019-03-13 13:58:07 +01:00
|
|
|
[package]
|
|
|
|
name = "evmc-vm"
|
2019-12-04 10:02:20 +01:00
|
|
|
version = "7.2.0-alpha.0"
|
2019-03-13 20:47:55 +01:00
|
|
|
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
|
2019-03-13 13:58:07 +01:00
|
|
|
license = "Apache-2.0"
|
|
|
|
repository = "https://github.com/ethereum/evmc"
|
|
|
|
description = "Bindings to EVMC (VM specific)"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-12-04 13:24:33 +01:00
|
|
|
evmc-sys = { path = "../evmc-sys", version = "7.2.0-alpha.0" }
|