Skip to content

Commit

Permalink
Update crates/sui-graphql-client-build/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Williams <[email protected]>
  • Loading branch information
stefan-mysten and bmwill authored Dec 19, 2024
1 parent 673808a commit bc28ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sui-graphql-client-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ fn main() {

3. Add the `cynic` and `sui-graphql-client` dependencies in your `Cargo.toml` file. You should have something like this.
```toml
// Cargo.toml
...
# Cargo.toml
# ...
[dependencies]
cynic = "3.8.0"
sui-graphql-client = { git = "https://github.com/mystenlabs/sui-rust-sdk", package = "sui-graphql-client", branch = "master" }
Expand Down

0 comments on commit bc28ee2

Please sign in to comment.