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