Skip to content

Commit

Permalink
Add dependency reference to rust-sdk git in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam committed Dec 5, 2023
1 parent c3dad63 commit d07309a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@

## Usage

```toml
[dependencies]
maestro = { git = "https://github.com/maestro-org/rust-sdk.git" }
```

```rust
use maestro::Maestro;

Expand Down

0 comments on commit d07309a

Please sign in to comment.