🔖 Bump version to 0.2.3

refactoring/split-modules 0.2.3
German Lashevich 6 years ago
parent 6c1bcc5a91
commit ba6a743159
No known key found for this signature in database
GPG Key ID: 3446FAE369C9A8B4

2
Cargo.lock generated

@ -389,7 +389,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustotpony"
version = "0.2.1"
version = "0.2.3"
dependencies = [
"base32 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",

@ -9,7 +9,7 @@ license = "MIT"
name = "rustotpony"
readme = "README.md"
repository = "https://github.com/zebradil/rustotpony"
version = "0.2.1"
version = "0.2.3"
[dependencies]
base32 = "0.3.1"

@ -46,12 +46,9 @@ Steps:
1. Add new generator with `totp add GENNAME` (you will be asked for your secret)
1. Check new generator by `totp list` or just display dashboard with one-time passwords with `totp dash`
#### WARNING: Currently there is no encryption of the application database. Be careful with `~/.rustotpony/db.json` and keep it safe.
## TODO
- command completion
- database encryption
- database password caching
- tests
- binaries for main platforms

Loading…
Cancel
Save