Rename dirs to config
This commit is contained in:
parent
6c6d5a51a8
commit
a792007abd
3 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ use x25519_dalek::{PublicKey, StaticSecret};
|
|||
|
||||
use std::{io::Write, path::Path};
|
||||
|
||||
use crate::dirs::MachineConfig;
|
||||
use crate::config::MachineConfig;
|
||||
|
||||
const KEY_SIZE: usize = 32;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue