vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit f1b4a146ae610249575cee42ce0cd4aafb371a55
parent b46e9c936d185465c4ced86063013fdc16a1aec4
Author: Daniel García <dani-garcia@users.noreply.github.com>
Date:   Fri,  1 Jun 2018 16:06:25 +0200

Updated version

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -59,7 +59,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bitwarden_rs" -version = "0.1.0" +version = "0.9.0" dependencies = [ "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitwarden_rs" -version = "0.1.0" +version = "0.9.0" authors = ["Daniel García <dani-garcia@users.noreply.github.com>"] [dependencies]