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