Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
R4yGM authored Oct 17, 2020
1 parent 186711c commit 03c3403
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
[package]
name = "StegBrute"
version = "0.1.0"
name = "stegbrute"
version = "0.1.1"
authors = ["R4yGM <yessou.rayan@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT OR Apache-2.0"
description = "Steganography brute-force tool"
readme = "README.md"
homepage = "https://github.com/R4yGM/StegBrute"
repository = "https://github.com/R4yGM/StegBrute"
keywords = ["steg","steghide","steganography","brute-force","decrypt"]

[profile.dev]
opt-level = 1

[profile.release]
opt-level = 3

[dependencies]
structopt = { version = "0.3", features = [ "paw" ] }
paw = "1.0"
paw = "1.0"

0 comments on commit 03c3403

Please sign in to comment.