Skip to content

Commit 1fbc475

Browse files
committed
fix: add serde_json and rand workspace deps for soroban-sdk testutils
1 parent fb69101 commit 1fbc475

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

contract/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ license = "MIT"
1717

1818
[workspace.dependencies]
1919
soroban-sdk = { version = "23.5.2", features = ["testutils"] }
20+
serde_json = "1.0"
21+
rand = "0.8"
2022
gathera-common = { path = "./common" }
2123
ticket_contract = { path = "./ticket_contract" }
2224
escrow_contract = { path = "./escrow_contract" }

0 commit comments

Comments
 (0)