evmc/bindings/rust/evmc-vm/Cargo.toml

16 lines
406 B
TOML
Raw Normal View History

# 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"
version = "6.2.0"
2019-03-13 13:58:07 +01:00
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
license = "Apache-2.0"
repository = "https://github.com/ethereum/evmc"
description = "Bindings to EVMC (VM specific)"
edition = "2018"
[dependencies]
evmc-sys = { path = "../evmc-sys" }