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