keyfork/crates/qrcode/keyfork-zbar-sys/Cargo.toml

15 lines
353 B
TOML
Raw Normal View History

2024-01-13 07:52:43 +00:00
[package]
name = "keyfork-zbar-sys"
version = "0.1.0"
2024-01-13 17:59:25 +00:00
repository = "https://git.distrust.co/public/keyfork"
2024-01-13 07:52:43 +00:00
edition = "2021"
2024-01-13 17:59:25 +00:00
license = "MIT"
2024-01-13 07:52:43 +00:00
# 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 }
2024-01-13 07:52:43 +00:00
pkg-config = "0.3"