mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
* 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
19 lines
399 B
TOML
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"] }
|