Skip to content

Commit

Permalink
Fix cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
saeed-zil committed Jun 21, 2024
1 parent bb2e70c commit b080958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/rock-paper-scissors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
bs58.workspace = true
calimero-sdk = { path = "../../crates/sdk" }
calimero-sdk = { git = "ssh://[email protected]/calimero-network/core.git", branch = "master" }
ed25519-dalek = { workspace = true, features = ["rand_core"] }
rand_chacha.workspace = true
sha3.workspace = true

0 comments on commit b080958

Please sign in to comment.