diff options
| author | soryu <soryu@soryu.co> | 2026-01-15 03:39:16 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-15 03:39:28 +0000 |
| commit | 3fe9a6c6b113d64c7a8409b5463026700be4c28c (patch) | |
| tree | 5f17c31fe3e0036b75b6ad40a2748751fd678b5c /makima/Cargo.toml | |
| parent | 764bd28d08ceaef03cd4050f9568a62d77bbcfca (diff) | |
| download | soryu-3fe9a6c6b113d64c7a8409b5463026700be4c28c.tar.gz soryu-3fe9a6c6b113d64c7a8409b5463026700be4c28c.zip | |
Add cleanup to daemon
Also fixup for container image
Diffstat (limited to 'makima/Cargo.toml')
| -rw-r--r-- | makima/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml index a850d4a..a77d9ea 100644 --- a/makima/Cargo.toml +++ b/makima/Cargo.toml @@ -62,6 +62,9 @@ reqwest = { version = "0.12", features = ["json"] } # Lazy statics once_cell = "1.19" +# Unix signal handling +nix = { version = "0.29", features = ["signal", "process"] } + # Regex for text parsing regex = "1.10" |
