stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
57 stars 60 forks source link

Update Cargo.toml file on all contracts. #304

Closed fnando closed 5 months ago

fnando commented 5 months ago

What

Simplify all Cargo.toml files, matching what's generated by soroban contract init.

Why

soroban contract init --with-example <name> uses this repo as the source. By making these changes, we are able to copy examples that are closer to the actual generated contract.

Known limitations

N/A