Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[build]
type = "rust"
[dependencies]
build = ["rust"]
runtime = [
"glibc",
"clang",
"libunwind",
]
[package]
description = "Automatically generates Rust FFI bindings to C (and some C++) libraries"
homepage = "https://github.com/rust-lang/rust-bindgen"
license = "BSD-3-Clause"
name = "rust-bindgen"
version = "0.72.1"
[[source]]
extract_dir = "$name-$version"
sha256 = "4ffb17061b2d71f19c5062d2e17e64107248f484f9775c0b7d30a16a8238dfd1"
url = "https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v$version.tar.gz"