You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memflow-pcileech/leechcore-sys/Cargo.toml

22 lines
356 B
TOML

[package]
name = "leechcore-sys"
version = "0.2.0"
authors = ["ko1N <ko1N1337@gmail.com>"]
edition = "2018"
readme = "../README.md"
license = "GPL-3.0"
links = "leechcore"
[dependencies]
ctor = "0.2"
[build-dependencies]
cc = "1.0"
pkg-config = "0.3"
bindgen = { version = "0.69", optional = true }
[features]
default = [ ]
bindgen = [ "dep:bindgen" ]