summaryrefslogtreecommitdiffstats
path: root/openpgp/src/lib.rs
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2021-01-08 14:29:22 +0100
committerNeal H. Walfield <neal@pep.foundation>2021-01-08 14:35:01 +0100
commit3367828e487fa79d2ec0a615e6b15dd5fbee5c9a (patch)
treeeeb9f0652345a5f3a7b73609fb2c23475a2b71a9 /openpgp/src/lib.rs
parent17253b2e7fa297426a841042fa955ca69955f00f (diff)
openpgp: Add regex support.
- Fixes #188.
Diffstat (limited to 'openpgp/src/lib.rs')
-rw-r--r--openpgp/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/lib.rs b/openpgp/src/lib.rs
index 7670f736..da44fb4c 100644
--- a/openpgp/src/lib.rs
+++ b/openpgp/src/lib.rs
@@ -159,6 +159,7 @@ mod keyid;
pub use keyid::KeyID;
mod keyhandle;
pub use keyhandle::KeyHandle;
+pub mod regex;
pub mod policy;
pub(crate) mod seal;