···2021```toml
22[dependencies]
23-tapped = "0.2"
24```
2526You'll also need the `tap` binary. Build it from the [indigo repository](https://github.com/bluesky-social/indigo):
···2021```toml
22[dependencies]
23+tapped = "0.3"
24```
2526You'll also need the `tap` binary. Build it from the [indigo repository](https://github.com/bluesky-social/indigo):
+1-1
tapped/Cargo.toml
···1[package]
2name = "tapped"
3-version = "0.2.0"
4edition = "2021"
5description = "Rust wrapper for the tap ATProto utility"
6license = "MIT"
···1[package]
2name = "tapped"
3+version = "0.3.0"
4edition = "2021"
5description = "Rust wrapper for the tap ATProto utility"
6license = "MIT"