keyfork/keyfork-zbar-sys/Cargo.toml

15 lines
377 B
TOML

[package]
name = "keyfork-zbar-sys"
version = "0.1.0"
repository = "https://git.distrust.co/public/keyfork"
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[build-dependencies]
bindgen = { version = "0.68", default-features = false, features = ["runtime"] }
pkg-config = "0.3"