91304e4162
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.154 to 0.2.155. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
341 B
TOML
16 lines
341 B
TOML
[package]
|
|
name = "make-sys"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
repository = "https://github.com/oknotokcomputer/make-sys"
|
|
description = "A simple build script to generate bindings for make"
|
|
license = "GPL-3.0-only"
|
|
|
|
[dependencies]
|
|
libc = "0.2.155"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.69.4"
|
|
glob = "0.3.1"
|
|
walkdir = "2.5.0"
|