bcrypt utils command line cli

This commit is contained in:
Aurélie Delhaie
2021-10-02 19:26:41 +02:00
commit 2da2ae017d
10 changed files with 264 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "bcrypt-utils"
version = "1.0.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bcrypt = "0.10"
[profile.release]
opt-level = 3