From bdb78f98bac79750116879da2355d4604967a65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Wed, 4 Sep 2024 11:55:32 +0200 Subject: [PATCH] add exit code log --- Cargo.lock | 3 +-- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e0180a1..e343f323 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3235,8 +3235,7 @@ dependencies = [ [[package]] name = "process-lib" version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0600893efc62c84ded38fec2b022ada4d4d80e48a8df5bceb070c865bf8a33a9" +source = "git+https://github.com/pimalaya/core#9dad2b0b59c11b0ead1932081b61409e9cb018b3" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index ac6c954d..0809336a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,5 +83,6 @@ imap-codec = { git = "https://github.com/duesee/imap-codec" } imap-next = { git = "https://github.com/soywod/imap-next" } imap-client = { git = "https://github.com/pimalaya/imap-client" } oauth-lib = { git = "https://github.com/pimalaya/core" } +process-lib = { git = "https://github.com/pimalaya/core" } email-lib = { git = "https://github.com/pimalaya/core" } pimalaya-tui = { git = "https://github.com/pimalaya/tui" }