From 637811960c30b214563160a7ff23b68be29036cc Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Thu, 7 May 2020 00:41:31 +0200 Subject: [PATCH] update --- bitwarden_rs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwarden_rs/readme.md b/bitwarden_rs/readme.md index 2c2d638..b251cca 100644 --- a/bitwarden_rs/readme.md +++ b/bitwarden_rs/readme.md @@ -23,7 +23,7 @@ So here is where Bitwarden_rs by Daniel GarcĂ­a comes in.
It is a Bitwarden API implementation written in Rust. It's very resource efficient, uses about 10MB of RAM, and close to no CPU.
-It's build using Rocket, a web framework for Rust, +Webapp part is build using Rocket, a web framework for Rust, and user data are stored in a simple sqlite database file. All the client apps are still officials coming from bitwarden,