summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2017-12-12 15:52:57 +0100
committerJustus Winter <justus@pep-project.org>2017-12-13 13:48:25 +0100
commite9aba8ffe0ac9f8737f4b0235c0c2e45b2944c1d (patch)
tree98aba903500e9000a1540330e3da9d3e0b633f11 /src/lib.rs
parent4eda6b58e751bb1b6054bb7d9b261d51bbbd7485 (diff)
Rename and move keys module to openpgp::tpk.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0c16e711..dd00ddcc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,7 +14,6 @@ extern crate bzip2;
extern crate percent_encoding;
pub mod openpgp;
-pub mod keys;
pub mod store;
pub mod net;
pub mod ffi;