aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/errors/auth.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-core/src/errors/auth.rs')
-rw-r--r--lockchain-core/src/errors/auth.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lockchain-core/src/errors/auth.rs b/lockchain-core/src/errors/auth.rs
index 32ce33a..4e2332f 100644
--- a/lockchain-core/src/errors/auth.rs
+++ b/lockchain-core/src/errors/auth.rs
@@ -2,6 +2,7 @@
use std::error::Error as StdError;
use std::fmt::{Display, Formatter, Result};
+use serde::{Serialize, Deserialize};
/// Common errors that can occur when authenticating users
#[derive(Debug, Serialize, Deserialize)]