Commit graph

9 commits

Author SHA1 Message Date
Christoph Heiss fa8f9b5b46
chore: Clean up cargo manifests and license
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-01-31 19:47:28 +01:00
Christoph Heiss c1bdaa9ec2
chore: Mend clippy warnings
Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
2022-08-04 13:18:32 +02:00
Christoph Heiss 684ba7b646
refactor: Remove some unused deserialization code
Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
2022-08-04 13:05:57 +02:00
Christoph Heiss 84f57b4493
login: Simplify whole async decrypting process 2020-12-02 17:36:14 +01:00
Christoph Heiss c82ba73eba
Make login completely async and implement progress dialog.
This gives the user some indication what bwtui is doing and that it
isn't frozen.
2020-11-30 14:19:02 +01:00
Christoph Heiss b5827fc596
chore: Fix clippy lints 2020-11-25 01:55:52 +01:00
Christoph Heiss b94440f6fb
chore: Re-format everything with rustfmt to 4 spaces indent.
8 spaces was a bit extreme. Also, this now enables us to easily format
the crate using 'cargo fmt'.
2020-11-25 01:55:40 +01:00
Christoph Heiss c78e135003
Update dependencies once again. 2020-11-25 01:01:09 +01:00
Christoph Heiss 4063542e71
Split out the Bitwarden API into a separate sub-crate. 2020-11-24 01:47:34 +01:00