Files
nanoreth/crates/storage/libmdbx-rs/mdbx-sys/Cargo.toml
2022-12-09 23:14:07 -08:00

19 lines
400 B
TOML

[package]
name = "reth-mdbx-sys"
version = "0.12.1-0"
edition = "2021"
license = "Apache-2.0"
description = "Rust bindings for libmdbx with good licence."
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
[lib]
name = "reth_mdbx_sys"
[dependencies]
libc = "0.2"
[build-dependencies]
cc = "1.0"
bindgen = { version = "0.61", default-features = false, features = ["runtime"] }