summaryrefslogtreecommitdiff
path: root/src/key/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key/mod.rs')
-rw-r--r--src/key/mod.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/key/mod.rs b/src/key/mod.rs
index 634d252..f9c77ad 100644
--- a/src/key/mod.rs
+++ b/src/key/mod.rs
@@ -16,11 +16,6 @@
//! Representations and management of Roughtime's online and long-term Ed25519 keys
//!
-extern crate hex;
-extern crate log;
-extern crate ring;
-extern crate std;
-
mod longterm;
mod online;
@@ -69,7 +64,7 @@ impl FromStr for KmsProtection {
#[cfg(test)]
mod test {
- use key::KmsProtection;
+ use crate::key::KmsProtection;
use std::str::FromStr;
#[test]