📝 Updates README and adds LICENSE
Signed-off-by: Ash Svitan <selfsigned-ash@proton.me>
This commit is contained in:
+8
-1
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user