aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/errors/crypto.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-core/src/errors/crypto.rs')
-rw-r--r--lockchain-core/src/errors/crypto.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lockchain-core/src/errors/crypto.rs b/lockchain-core/src/errors/crypto.rs
index a0c12a2..e33b718 100644
--- a/lockchain-core/src/errors/crypto.rs
+++ b/lockchain-core/src/errors/crypto.rs
@@ -2,6 +2,7 @@
use std::error::Error as StdError;
use std::fmt::{Display, Formatter, Result};
+use serde::{Serialize, Deserialize};
#[derive(Debug, Serialize, Deserialize)]
pub enum Error {