mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
20 lines
424 B
TOML
Vendored
20 lines
424 B
TOML
Vendored
[package]
|
|
name = "reth-mdbx-sys"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license = "Apache-2.0"
|
|
description = "Rust bindings for libmdbx with good licence."
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
name = "reth_mdbx_sys"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
bindgen = { version = "0.65", default-features = false, features = ["runtime"] }
|