Skip to content

Commit

Permalink
update Cargo.toml for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
trou committed Sep 7, 2024
1 parent 00688f0 commit 94c744f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
[package]
name = "rsbkb"
version = "1.6.0"
version = "1.6.0-beta"
authors = ["Raphaël Rigo <[email protected]>"]
edition = "2018"
rust-version = "1.70"
description = "rsbkb has multiple tools which are designed to be called directly (through symlinks). This allows various operations on data to be chained easily like CyberChef but through pipes."
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/trou/rsbkb"
keywords = ["encode", "decode", "hack"]
categories = ["command-line-utilities"]

[profile.release]
overflow-checks = true
Expand Down

0 comments on commit 94c744f

Please sign in to comment.