honey 0.0.0

A Simple and Sweet Async Runtime
# Honey

Honey is currently a simple and sweet async runtime for learning purposes.

## Building

### Dependencies
```
cargo
rustc
```
You can use `nix-shell` if using Nix to get the dependencies.
```
nix-shell
```

To build:
```
cargo build
```

## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.