summaryrefslogtreecommitdiffstats
path: root/sqv/build.rs
AgeCommit message (Collapse)Author
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
- See #480.
2019-05-20sqv, tool: Make build script more robust.Justus Winter
- Create $CARGO_TARGET_DIR first. Fixes a build problem if $CARGO_TARGET_DIR does not exist when the build script is run.
2019-04-02Install completion files.Doron Behar
- Make tool/build.rs generate completion files into a predictable location ($CARGO_TARGET_DIR). - Install completion files.
2018-11-26sqv: Move sqv into a new crate.Justus Winter
- This allows us to use sequoia-openpgp without compression support reducing binary size and trusted computing base.