feat(cli): added --wno-keyring flag to disable keyring
Some checks are pending
Linux / build (push) Waiting to run
MacOS / build (push) Waiting to run
Windows / build (push) Waiting to run

closes #308
This commit is contained in:
veeso
2025-03-22 13:44:02 +01:00
parent 806793421e
commit 368570592f
9 changed files with 91 additions and 73 deletions

3
Cargo.lock generated
View File

@@ -1125,6 +1125,7 @@ dependencies = [
"futures-util",
"num",
"once_cell",
"openssl",
"rand 0.8.5",
]
@@ -2334,6 +2335,7 @@ dependencies = [
"byteorder",
"dbus-secret-service",
"log",
"openssl",
"security-framework 2.11.1",
"security-framework 3.2.0",
"windows-sys 0.59.0",
@@ -2472,6 +2474,7 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
dependencies = [
"cc",
"pkg-config",
]