stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

build: add Cargo.lock to each directory #236

Closed chadoh closed 1 year ago

chadoh commented 1 year ago

What

Since #232, these are no longer members of a workspace, and now running make build in the root adds a target and Cargo.lock to each directory.

This ignores each such target, but adds all the Cargo.lock files to version history.

Why

Avoid very many git changes for anyone building this project locally

Known limitations

N/A