From dbdd8a78951f8a44630abcceb7b13d0d823ee074 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 3 May 2020 04:07:03 -0400 Subject: allow storing password databases from different servers this should allow easy switching of servers by just `rbw config set base_url` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b734472..0539a7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ humantime = "1.3" log = "0.4" nix = "0.17" openssl = "0.10" +percent-encoding = "2.0" rand = "0.7" region = "2.1" reqwest = { version = "0.10", features = ["blocking", "json"] } -- cgit v1.2.3-54-g00ecf