File: disable-feature-qr.patch

package info (click to toggle)
rust-totp-rs 5.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,4 +51,4 @@
-[dependencies.qrcodegen-image]
-version = "1.0"
-features = ["base64"]
-optional = true
+#[dependencies.qrcodegen-image]
+#version = "1.0"
+#features = ["base64"]
+#optional = true
@@ -99,4 +99,4 @@
-qr = [
-    "dep:qrcodegen-image",
-    "otpauth",
-]
+#qr = [
+#    "dep:qrcodegen-image",
+#    "otpauth",
+#]