Robzz / cargo-docset

Cargo subcommand to generate a Dash/Zeal docset for your Rust packages.
Apache License 2.0
100 stars 4 forks source link

Add a few pointers regarding sqlite3 installation #22

Closed Robzz closed 4 years ago

Robzz commented 4 years ago

Mention the sqlite3 dependency in the readme and link to the rusqlite documentation. Also add a feature flag to use the version of SQLite bundled with libsqlite3-sys.

Closes #21