Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 7, 2024
1 parent 68c3278 commit 655d400
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 104 deletions.
99 changes: 0 additions & 99 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ sysinfo = "0.33"
tokio = { version = "1", features = ["full"] }
toml = { version = "0.8", features = ["indexmap", "preserve_order"] }
xx = { version = "2", features = ["fslock", "hash"] }
futures = "0.3.31"

[target.'cfg(unix)'.dependencies]
exec = "0.3"
5 changes: 1 addition & 4 deletions src/supervisor.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
use crate::state_file::{StateFile, StateFileDaemon, StateFileDaemonStatus};
use crate::{env, Result};
use duct::cmd;
use futures::{
SinkExt, StreamExt,
};
use interprocess::local_socket::tokio::prelude::*;
use interprocess::local_socket::{GenericFilePath, ListenerOptions};
use notify_debouncer_mini::{new_debouncer, notify, notify::*, DebounceEventResult, Debouncer};
use notify_debouncer_mini::{new_debouncer, notify::*, DebounceEventResult, Debouncer};
use std::path::PathBuf;
use std::process::exit;
use std::sync::atomic;
Expand Down

0 comments on commit 655d400

Please sign in to comment.