mirror of
https://github.com/status-im/evmc.git
synced 2025-02-24 08:58:12 +00:00
16 lines
475 B
TOML
16 lines
475 B
TOML
# EVMC: Ethereum Client-VM Connector API.
|
|
# Copyright 2019 The EVMC Authors.
|
|
# Licensed under the Apache License, Version 2.0.
|
|
|
|
[package]
|
|
name = "evmc-vm"
|
|
version = "7.2.0-alpha.0"
|
|
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/ethereum/evmc"
|
|
description = "Bindings to EVMC (VM specific)"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
evmc-sys = { path = "../evmc-sys", version = "7.2.0-alpha.0" }
|