The `hbs` crate provides abstractions over the `hbs-sys` crate,
available at
[https://github.com/libheartbeats/heartbeats-simple-sys](https://github.com/libheartbeats/heartbeats-simple-sys).
The `hbs` crate depends on the `hbs-sys` crate.
Add `hbs` as a dependency in `Cargo.toml`:
```toml
[dependencies.hbs]
git = "https://github.com/libheartbeats/heartbeats-simple-rust.git"
```