mirror of https://github.com/status-im/evmc.git
17 lines
441 B
TOML
17 lines
441 B
TOML
# EVMC: Ethereum Client-VM Connector API.
|
|
# Copyright 2019 The EVMC Authors.
|
|
# Licensed under the Apache License, Version 2.0.
|
|
|
|
[package]
|
|
name = "evmc-sys"
|
|
version = "7.2.0-alpha.0"
|
|
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/ethereum/evmc"
|
|
description = "Bindings to EVMC (low-level)"
|
|
categories = ["external-ffi-bindings"]
|
|
edition = "2018"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.52.0"
|