Update src/pgp.rs

This commit is contained in:
holger krekel
2019-11-16 13:53:39 +01:00
parent f778957caf
commit b6095e29d7

View File

@@ -1,4 +1,4 @@
//! OpenPGP helper module
//! OpenPGP helper module using [rPGP facilities](https://github.com/rpgp/rpgp)
use std::collections::{BTreeMap, HashSet};
use std::convert::TryInto;