make-sys/Cargo.toml
2024-05-08 11:35:01 +00:00

17 lines
360 B
TOML

[package]
name = "make-sys"
version = "0.1.0"
edition = "2021"
build = "build.rs"
repository = "https://github.com/oknotokcomputer/make-sys"
description = "A simple build script to generate bindings for make"
license = "GNU General Public License v3.0"
[dependencies]
libc = "0.2.154"
[build-dependencies]
bindgen = "0.69.4"
glob = "0.3.1"
walkdir = "2.5.0"