🎉 Inits project

Signed-off-by: Ash Svitan <selfsigned-ash@proton.me>
This commit is contained in:
2026-04-30 10:53:53 +02:00
commit fd6bf0adbd
7 changed files with 191 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# bitwarden-proton-sync
This is a cron-based CLI tool to sync Bitwarden to Proton Pass.
### Runtime requirements:
- `pass-cli` - Proton Pass CLI (must be logged in)
### Building
```sh
cargo build
```