There was an error while loading. Please reload this page.
1 parent fb69101 commit 1fbc475Copy full SHA for 1fbc475
1 file changed
contract/Cargo.toml
@@ -17,6 +17,8 @@ license = "MIT"
17
18
[workspace.dependencies]
19
soroban-sdk = { version = "23.5.2", features = ["testutils"] }
20
+serde_json = "1.0"
21
+rand = "0.8"
22
gathera-common = { path = "./common" }
23
ticket_contract = { path = "./ticket_contract" }
24
escrow_contract = { path = "./escrow_contract" }
0 commit comments