from https://gleam.run/writing-gleam/:
There is now also a manifest.toml file which locks all the dependency packages to specific versions. It’s recommended to check this file into your version control system to ensure that anyone who downloads and runs your project will get the same versions of the dependencies. This manifest file isn’t uploaded to Hex so it is not used when other projects depend on your project.
doesn't the lack of manifest.toml on the hex package causes the problem of users potentially running different code than what the creator gets when testing it?