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

Allow external javascript #15

Closed Robzz closed 4 years ago

Robzz commented 4 years ago

This adds an entry in the Info.plist file to let Dash know to enable external JavaScript code. Fixes #14

Additionally, the code was reformatted using cargo fmt.