Skip to content

Commit

Permalink
cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Quinn committed Dec 28, 2024
1 parent 8b53a53 commit 17f583e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ can-rs.path = "can"
orb-attest-dbus.path = "attest/dbus"
orb-build-info.path = "build-info"
orb-const-concat.path = "const-concat"
orb-endpoints.path = "endpoints"
orb-header-parsing.path = "header-parsing"
orb-mcu-interface.path = "mcu-interface"
orb-relay-client.path = "relay-client"
Expand All @@ -112,6 +113,9 @@ rev = "787ab78581b705af0946bcfe3a0453b64af2193f"
git = "https://github.com/worldcoin/orb-relay-messages.git"
rev = "6de97229c26d46eb600b1dd288b5325830ed816b"
features = ["client"]
# Uncomment for local development
[patch."https://github.com/worldcoin/orb-relay-messages.git"]
orb-relay-messages = { path = "../orb-relay-messages/rust" }

[workspace.dependencies.nusb]
git = "https://github.com/kevinmehall/nusb"
Expand Down

0 comments on commit 17f583e

Please sign in to comment.