We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo release
1 parent 8d50380 commit a6a532aCopy full SHA for a6a532a
Cargo.toml
@@ -9,6 +9,10 @@ repository = "https://github.com/woodruffw/steg86"
9
keywords = ["cli", "steganography", "steg", "x86"]
10
categories = ["command-line-utilities", "encoding"]
11
12
+[package.metadata.release]
13
+no-dev-version = true
14
+disable-publish = true # handled by GitHub Actions
15
+
16
[dependencies]
17
anyhow = "1.0"
18
bit-vec = "0.6.2"
0 commit comments