mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 14:33:47 +00:00
db: allow explicitly skipping sensitive entries
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964ed1deaac0215ae9c6f4c70cfdc50164d
This commit is contained in:
parent
0c0547b6e8
commit
f3089148e0
3 changed files with 46 additions and 2 deletions
|
|
@ -14,7 +14,9 @@ clap-verbosity-flag = "3.0.3"
|
|||
dirs = "6.0.0"
|
||||
rmp-serde = "1.3.0"
|
||||
imagesize = "0.14.0"
|
||||
inquire = { default-features = false, version = "0.7.5", features = [ "crossterm" ] }
|
||||
inquire = { default-features = false, version = "0.7.5", features = [
|
||||
"crossterm",
|
||||
] }
|
||||
log = "0.4.27"
|
||||
env_logger = "0.11.8"
|
||||
thiserror = "2.0.14"
|
||||
|
|
@ -24,6 +26,7 @@ smol = "2.0.2"
|
|||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.142"
|
||||
base64 = "0.22.1"
|
||||
regex = "1.11.1"
|
||||
|
||||
|
||||
[profile.release]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue