diff options
author | Daniel García <[email protected]> | 2019-01-25 18:23:51 +0100 |
---|---|---|
committer | Daniel García <[email protected]> | 2019-01-25 18:24:57 +0100 |
commit | a1dc47b82646d3b2ba8092c5cca7af2d04c68735 (patch) | |
tree | c554130816f2a127f0ef265d9057bf385f081823 /Cargo.toml | |
parent | 86de0ca17b87bc8c1ab40eae0f5d5d7caa70487d (diff) | |
download | vaultwarden-a1dc47b82646d3b2ba8092c5cca7af2d04c68735.tar.gz vaultwarden-a1dc47b82646d3b2ba8092c5cca7af2d04c68735.zip |
Change config to thread-safe system, needed for a future config panel.
Improved some two factor methods.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ native-tls = "0.2.2" # Template library handlebars = "1.1.0" +# Macro ident-combining library +paste = "0.1.4" + [patch.crates-io] # Add support for Timestamp type rmp = { git = 'https://github.com/dani-garcia/msgpack-rust' } |