tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 35 forks source link

Failed to run sqlite example #27

Open MiniaczQ opened 2 years ago

MiniaczQ commented 2 years ago

I used cargo run --example sqlite since no info about running examples was provided. The build fails at multiple places. I hardcoded it to load sqlite feature support but there were other errors. Can you provide the intended way of running examples, or potentially fix them if that was the problem?

tvallotton commented 2 years ago

Hmm, let me see what's wrong. It is possible that in the latest update I didn't test enough. Try using the previous version for the meantime. EDIT: I got confused. I thought this was another crate. Let me check

tvallotton commented 2 years ago

Ok, so to run the examples fist cd into the examples directory, and it should work.