Update README and crate version.

This commit is contained in:
Christoph Heiss 2019-12-24 15:10:19 +01:00
parent d7b9c41386
commit 78e1c43d68
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A
3 changed files with 13 additions and 2 deletions

2
Cargo.lock generated
View file

@ -159,7 +159,7 @@ dependencies = [
[[package]]
name = "bwtui"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"aes 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "bwtui"
version = "0.1.0"
version = "0.2.0"
authors = ["Christoph Heiss <contact@christoph-heiss.at>"]
edition = "2018"
license = "MIT"

View file

@ -25,6 +25,7 @@ cargo install bwtui
`bwtui` still got lots of rough edges:
- [ ] offline support / reuse of access token
- [ ] better error handling/propagating
- [ ] configurable shortcuts
- [ ] (optional) clipboard clearing after x seconds
@ -38,3 +39,13 @@ cargo install bwtui
- [ ] support for on-premise servers
- [ ] check some of the crypto stuff (especially hmac stuff)
- [ ] (maybe) editing of vault items
## License
Licensed under MIT license ([LICENSE](LICENSE) or http://opensource.org/licenses/MIT).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be licensed by MIT license as above, without any
additional terms or conditions.