v0.3.0 with updated README ready for crates.io
This commit is contained in:
parent
4ab4d33e0c
commit
eae2bd3d48
2 changed files with 10 additions and 3 deletions
|
@ -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.
|
||||
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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bingus"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue