File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ repository = "https://github.com/Gatheraa/Gatherraa"
1616license = " MIT"
1717
1818[workspace .dependencies ]
19- soroban-sdk = { version = " 23.5.2" , features = [" testutils" ] }
20- serde_json = " 1.0"
21- rand = " 0.8"
19+ soroban-sdk = { version = " 23.5.2" }
2220gathera-common = { path = " ./common" }
2321ticket_contract = { path = " ./ticket_contract" }
2422escrow_contract = { path = " ./escrow_contract" }
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ gathera-common = { workspace = true }
1212ticket_contract = { workspace = true }
1313escrow_contract = { workspace = true }
1414multisig_wallet_contract = { workspace = true }
15- serde_json = { workspace = true }
16- rand = { workspace = true }
1715
1816[dev-dependencies ]
1917soroban-sdk = { workspace = true , features = [" testutils" ] }
You can’t perform that action at this time.
0 commit comments