We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f56ec8 commit bdfdecaCopy full SHA for bdfdeca
1 file changed
src/main.rs
@@ -12,14 +12,14 @@ use anyhow::{Context, Result};
12
use chrono::Utc;
13
use flate2::{Compression, write::GzEncoder};
14
use log::debug;
15
+use nix::unistd::Uid;
16
use std::{
17
fs,
18
fs::File,
19
path::{Path, PathBuf},
20
process,
21
};
22
use tokio::task::JoinHandle;
-use nix::unistd::Uid;
23
24
static SPARKLE: Emoji = Emoji("✨", "[*]");
25
0 commit comments