Rename dirs to config

This commit is contained in:
Andrey Golovizin 2023-04-15 13:40:04 +02:00
parent 6c6d5a51a8
commit a792007abd
3 changed files with 6 additions and 6 deletions

View file

@ -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;