cargo fmt
This commit is contained in:
parent
290e2a8fb2
commit
25229d6b03
@ -1,11 +1,11 @@
|
|||||||
use rcgen::{CertificateParams, DistinguishedName, DnType, IsCa, SanType};
|
use rcgen::{CertificateParams, DistinguishedName, DnType, IsCa, SanType};
|
||||||
use time::{Duration, OffsetDateTime};
|
|
||||||
use std::{
|
use std::{
|
||||||
fs,
|
fs,
|
||||||
io::Write,
|
io::Write,
|
||||||
net::{IpAddr, Ipv4Addr},
|
net::{IpAddr, Ipv4Addr},
|
||||||
path::{Path, PathBuf},
|
path::{Path, PathBuf},
|
||||||
};
|
};
|
||||||
|
use time::{Duration, OffsetDateTime};
|
||||||
|
|
||||||
fn config_dir() -> PathBuf {
|
fn config_dir() -> PathBuf {
|
||||||
std::env::var_os("XDG_CONFIG_HOME")
|
std::env::var_os("XDG_CONFIG_HOME")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user