keyfork/keyfork-qrcode/Cargo.toml

15 lines
382 B
TOML
Raw Normal View History

2024-01-12 00:49:56 +00:00
[package]
name = "keyfork-qrcode"
version = "0.1.0"
2024-01-12 20:40:03 +00:00
repository = "https://git.distrust.co/public/keyfork"
2024-01-12 00:49:56 +00:00
edition = "2021"
2024-01-12 20:40:03 +00:00
license = "MIT"
2024-01-12 00:49:56 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = { version = "0.24.7", default-features = false, features = ["jpeg"] }
rqrr = "0.6.0"
thiserror = "1.0.56"
v4l = "0.14.0"