Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterrry authored Feb 20, 2021
1 parent ff6b7e8 commit f57f090
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "hide"
version = "0.1.1"
version = "0.1.2"
authors = ["Aydar <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustyline = "7.0.0"
rpassword = "0.0.4"
rpassword = "5.0.1"
directories = "3.0.1"
serde = "0.9"
serde_json = "0.9"
serde_derive = "0.9"
serde = "1.0.119"
serde_derive = "1.0.119"
rust-crypto = "0.2.36"
progress_bar = "0.1.3"
serde_cbor = "0.11.1"

0 comments on commit f57f090

Please sign in to comment.