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

Mention sqlite3 dependency, and link to rusqlite docs #21

Closed Phlosioneer closed 4 years ago

Phlosioneer commented 4 years ago

It failed to install for me because it couldn't find "sqlite3.lib". I've figured out the issue and fixed it, but you should probably mention the dylib dependency in the readme. The rusqlite crate has good docs on how to fix the error, so linking to that crate's readme might be a good idea as well.

Robzz commented 4 years ago

Yeah that's a good call.