Files
nanoreth/crates/libmdbx-rs/mdbx-sys/Cargo.toml
rakita 5c55c57c5e feat(db): switch to reth-libmdbx-rs, bump reth-mdbx-sys to 0.12.1 (#133)
* feat(db): Add mdbx-rs apache licenced code 55e234

* feat(db): replace mdbx with reth-mdbx, metadata changes

* chore(db): bump mdbx-sys to 0.12.1
2022-10-25 02:50:02 -07:00

19 lines
399 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/foundry-rs/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"] }