celo 0.2.0

BMP Steganography tool
# celo
This is a tool for steganography, you can hide bitmap images and text inside other bitmap images.

## Usage:
```
Usage: celo <COMMAND>

Commands:
  image
  text
  help   Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help
```

## Building:
```
cargo build --release
```

## Installation
```
cargo install celo
```