summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'makima/Cargo.toml')
-rw-r--r--makima/Cargo.toml3
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"