aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-12-14 15:36:54 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-12-14 15:36:54 +0100
commit1b5f2eb695d658c57ba9c4264e76ca13bd82a958 (patch)
tree0d0be5a64b791fe6673a05aa2a61762aa208ab4d /Cargo.toml
parent1f6e64d34e44b8b7bc7247af38bccf3ade86cf0b (diff)
downloadaerogramme-1b5f2eb695d658c57ba9c4264e76ca13bd82a958.tar.gz
aerogramme-1b5f2eb695d658c57ba9c4264e76ca13bd82a958.zip
implement the reload feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7c3c17..bfda58e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,7 @@ rusoto_credential = "0.48.0"
rusoto_s3 = { version = "0.48.0", default_features = false, features = ["rustls"] }
hyper-rustls = { version = "0.24", features = ["http2"] }
rusoto_signature = "0.48.0"
+nix = { version = "0.27", features = ["signal"] }
serde = "1.0.137"
rand = "0.8.5"
rmp-serde = "0.15"