19 lines
337 B
TOML
19 lines
337 B
TOML
[package]
|
|
name = "decodeqr"
|
|
version = "0.1.0"
|
|
authors = ["Hatter Jiang <jht5945@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type =["cdylib"]
|
|
|
|
[dependencies]
|
|
bardecoder = "0.2.2"
|
|
image = "0.22"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
#opt-level = 'z'
|