8c40b5a01d
Signed-off-by: Ash Svitan <selfsigned-ash@proton.me>
17 lines
511 B
TOML
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"] }
|