brainwires-relay 0.2.1

DEPRECATED: renamed to brainwires-agent-network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# brainwires-relay (DEPRECATED)

This crate has been renamed to [`brainwires-agent-network`](https://crates.io/crates/brainwires-agent-network).

Replace in your `Cargo.toml`:

```toml
# Before
brainwires-relay = "0.2"

# After
brainwires-agent-network = "0.3"
```