envio 0.4.0

Envio is a command-line tool that simplifies the management of environment variables across multiple profiles. It allows users to easily switch between different configurations and apply them to their current environment. Envio also encrypts sensitive environment variable values to ensure secure storage and transmission
# Build from source

Verify that you have Rust installed:

```sh
$ rustc --version
```

If `rust` is not installed, follow the instructions on [the Offical Rust website](https://www.rust-lang.org/tools/install).

Clone this repository:
```sh
$ git clone https://github.com/humblepenguinn/envio.git
$ cd envio
```

Build the project:

```sh
$ cargo build
```


Now, Check to see if it worked:
```sh
$ cargo run -- version
```