You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, we're indeed have system dependencies that could be mentioned.
I'll go compile the project with a bunch of different features to see which system dependencies end up being required.
Diesel has requirements on system packages, depending on which features are installed. These are the drivers for the different databases.
The fact that these dependencies must be installed (or you get linker errors during build) should be mentioned
for example,
libpq
(packagelibpq-dev
) is a required system dependency when using thediesel/postgres
feature, which is enabled by defaultThe text was updated successfully, but these errors were encountered: