stale-kilobyte-24744
12/01/2022, 11:56 AMCargo.lock into .gitignore for shuttle services?stocky-kangaroo-53672
12/02/2022, 12:36 PMcdylib type to the Cargo.toml if it is not already present. So according to the book, you'll want to check Cargo.lock into git.
This would also make sense if you want to ensure the remote build is the exact same local builds (cargo shuttle run) since it will avoid unexpected surprises arising from different versions being used.