summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2017-11-21Disable documentation for the 'sequoia' binary.Justus Winter
- Cargo refuses to build documentation when both a library and a binary use the same name.
2017-10-28Add support for parsing compressed data packets.Neal H. Walfield
- Use the flate2 and bzip2 crates for the actual decompression.
2017-10-16openpgp: Add the start of a parser in nom.Neal H. Walfield