📝 Updates README and adds LICENSE

Signed-off-by: Ash Svitan <selfsigned-ash@proton.me>
This commit is contained in:
2026-04-30 22:00:07 +02:00
parent 8313188825
commit 8c40b5a01d
3 changed files with 697 additions and 3 deletions
+8 -1
View File
@@ -1,9 +1,16 @@
[package]
name = "bitwarden-proton-sync"
version = "0.1.0"
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"] }