diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-14 15:36:54 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-14 15:36:54 +0100 |
commit | 1b5f2eb695d658c57ba9c4264e76ca13bd82a958 (patch) | |
tree | 0d0be5a64b791fe6673a05aa2a61762aa208ab4d /Cargo.toml | |
parent | 1f6e64d34e44b8b7bc7247af38bccf3ade86cf0b (diff) | |
download | aerogramme-1b5f2eb695d658c57ba9c4264e76ca13bd82a958.tar.gz aerogramme-1b5f2eb695d658c57ba9c4264e76ca13bd82a958.zip |
implement the reload feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |