diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-02 19:53:53 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-02 19:53:53 +0400 | 
| commit | f152af136f24f309cd95e645cbc2e06b776a01d7 (patch) | |
| tree | 32e8c97ec897a23fc317f20a5881cc7c5b24e04e /Cargo.lock | |
| parent | 867e7d7a0c80e0c8c6855d3d0c3232b171f53d69 (diff) | |
add token from config and change the signal handler to SIGTERM
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -1143,6 +1143,7 @@ name = "leash"  version = "0.1.0"  dependencies = [   "anyhow", + "pretty_env_logger",   "serde",   "shared",   "tokio", @@ -2183,7 +2184,6 @@ dependencies = [   "hyper",   "inner",   "log", - "pretty_env_logger",   "prometheus",   "redis",   "serde", @@ -3006,6 +3006,7 @@ version = "0.1.0"  dependencies = [   "anyhow",   "ed25519-dalek", + "futures-util",   "hex",   "hyper",   "lazy_static",  | 
