This is awesome! Please let me know if you canāt figure anything out, and if the README is missing some information that everyone should know about crates.io, Iād love PRs or issues <3
Right now, it looks like postgres is configured to use a password:
thread āmainā panicked at ācalled Result::unwrap() on an Err value: ConnectParams(StringError(āa password was requested but not providedā))ā
I usually have postgres running locally without a password. If you want to have a password, youāll need to add it to the postgres URL for your test database in your .env:
export TEST_DATABASE_URL=postgres://username:password@localhost/cargo_registry_test