diff options
Diffstat (limited to 'src/otp.rs')
-rw-r--r-- | src/otp.rs | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ -use nitrokey_sys; use std::ffi::CString; -use util::{get_command_result, get_cstring, result_from_string, CommandError}; + +use nitrokey_sys; + +use crate::util::{get_command_result, get_cstring, result_from_string, CommandError}; /// Modes for one-time password generation. #[derive(Debug, PartialEq)] |