Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user