From eae2bd3d48b43533feaf753304dd64c98a6cf179 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Sat, 19 Apr 2025 11:50:46 -0400 Subject: [PATCH] v0.3.0 with updated README ready for crates.io --- README.md | 11 +++++++++-- bingus/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d513fb..fb9922e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # BENT + > Get bent! Databending made easy. -This crate aims to provide a simple GUI to bend any file to another format without dealing with headers. -Codecs and processors would come as features and be chosen in the settings to recompile the binary. \ No newline at end of file +This project aims to provide a simple GUI to bend any file to another format without dealing with headers. +Codecs and processors would come as features and be chosen in the settings to recompile the binary. + +There are three crates in this project : + +- bingus, the core library +- bong, the CLI binary +- bent, the GUI diff --git a/bingus/Cargo.toml b/bingus/Cargo.toml index 2eae354..a290a94 100644 --- a/bingus/Cargo.toml +++ b/bingus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bingus" -version = "0.2.0" +version = "0.3.0" edition.workspace = true license.workspace = true description.workspace = true