Files
bitwarden-proton-sync/Cargo.toml
T
2026-04-30 22:00:07 +02:00

17 lines
511 B
TOML

[package]
name = "bitwarden-proton-sync"
version = "1.0.0"
authors = ["Ash Svitan"]
description = "Simple tool to sync Bitwarden logins to Proton Pass"
edition = "2024"
repository = "https://codeberg.org/selfsigned-ash/bitwarden-proton-sync"
license = "GPLv3"
license-file = "LICENSE"
keywords = ["sync", "bitwarden", "proton", "pass", "password"]
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
regex = "1.12.3"
clap = { version = "4.6.1", features = ["derive"] }