Skip to content

Commit

Permalink
fix(docs): Add git dependencies in tutorial (#780)
Browse files Browse the repository at this point in the history
Co-authored-by: Nenad Milosevic <[email protected]>
  • Loading branch information
nenadmilosevic95 and Nenad Milosevic authored Jan 17, 2025
1 parent 123aa01 commit 4cb52b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tutorials/channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,14 +321,17 @@ tokio = "1.42"
version = "0.0.1"
# This adds the `informalsystems-malachitebft-app-channel` as a dependency, but exposes it
# under `malachitebft_app_channel` instead of its full package name.
git = "ssh://[email protected]/informalsystems/malachite.git"
package = "informalsystems-malachitebft-app-channel"

[dependencies.malachitebft-test]
version = "0.0.1"
git = "ssh://[email protected]/informalsystems/malachite.git"
package = "informalsystems-malachitebft-test"

[dependencies.malachitebft-test-cli]
version = "0.0.1"
git = "ssh://[email protected]/informalsystems/malachite.git"
package = "informalsystems-malachitebft-test-cli"
```

Expand Down

0 comments on commit 4cb52b9

Please sign in to comment.