From 0c768690db31f1216009f02b4e6d9d23d77093f4 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 24 Mar 2024 22:52:27 -0400 Subject: [PATCH] .cargo/config.toml: add registry configuration :) --- .cargo/config.toml | 2 ++ crates/qrcode/keyfork-zbar/Cargo.toml | 1 + 2 files changed, 3 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..a9b2933 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[registries.distrust] +index = "https://git.distrust.co/public/_cargo-index.git" diff --git a/crates/qrcode/keyfork-zbar/Cargo.toml b/crates/qrcode/keyfork-zbar/Cargo.toml index d1efa96..5a2de21 100644 --- a/crates/qrcode/keyfork-zbar/Cargo.toml +++ b/crates/qrcode/keyfork-zbar/Cargo.toml @@ -9,6 +9,7 @@ license = "MIT" [features] default = ["image"] +bin = ["image"] image = ["dep:image"] [dependencies]