File: debcargo.toml

package info (click to toggle)
rust-rbw 1.13.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 732 kB
  • sloc: sh: 164; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
overlay = "."
uploaders = ["Nadzeya Hutsko <nadzya.info@gmail.com>"]
collapse_features = true

[source]
build_depends = ["help2man"]

[packages.bin]
section = "utils"
summary = "unofficial command line client for Bitwarden"
description = """
rbw is a command line client for Bitwarden that runs a background
agent to keep keys in memory. This avoids the stateless behavior of
the official client and removes the need to manually pass temporary
keys. The agent works similarly to ssh-agent or gpg-agent, making
command line access to Bitwarden simpler and more convenient.
"""
depends = ["pinentry-curses"]