arete-sdk 0.1.2

The Project Arete SDK
Documentation
# Project Arete SDK for Rust

## Development Environment

Install Rust, then:

```shell
$ cargo add arete-sdk
```

## Testing

```shell
$ cargo test
```

## Integration Testing

```shell
$ TEST_ARETE_URL=wss://dashboard.test.cns.dev cargo test
```