summaryrefslogtreecommitdiffstats
path: root/tool/src/commands/dump.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-24 12:24:31 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-24 12:54:04 +0100
commit00379cb1cb9d0b38cdb7b50e5471b45b1ebecd23 (patch)
tree96e9eeb3257fcff8fe4d972eb5f9d3ed096160ad /tool/src/commands/dump.rs
parent552350974b008e5de4b92a2c063927066f213df1 (diff)
Rename the openpgp crate to sequoia-openpgp.
Diffstat (limited to 'tool/src/commands/dump.rs')
-rw-r--r--tool/src/commands/dump.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/commands/dump.rs b/tool/src/commands/dump.rs
index 7a489358..d883ce90 100644
--- a/tool/src/commands/dump.rs
+++ b/tool/src/commands/dump.rs
@@ -1,7 +1,7 @@
use std::io::{self, Read};
use time;
-extern crate openpgp;
+extern crate sequoia_openpgp as openpgp;
use openpgp::{Packet, Result};
use openpgp::packet::ctb::CTB;
use openpgp::packet::{Header, BodyLength, Signature};