bwtui/Cargo.toml
Christoph Heiss 4471fa47d6
chore: Update all dependencies and switch to 2021 edition
Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
2022-08-04 13:31:42 +02:00

32 lines
708 B
TOML

[package]
name = "bwtui"
version = "0.2.0"
authors = ["Christoph Heiss <contact@christoph-heiss.at>"]
edition = "2021"
license = "MIT"
categories = ["command-line-utilities"]
readme = "README.md"
repository = "https://github.com/christoph-heiss/bwtui"
description = "terminal-based vault browser for bitwarden"
[dependencies]
clipboard = "0.5.0"
cursive_buffered_backend = "0.6.0"
cursive_table_view = "0.14.0"
directories = "4.0.1"
fuzzy-matcher = "0.3.7"
serde_json = "1.0.83"
unicase = "2.6.0"
[dependencies.bitwarden]
path = "bitwarden"
[dependencies.cursive]
version = "0.19.0"
default-features = false
features = ["crossterm-backend"]
[dependencies.serde]
version = "1.0.142"
features = ["derive"]