add exit code log

This commit is contained in:
Clément DOUIN 2024-09-04 11:55:32 +02:00
parent 74ec31014c
commit bdb78f98ba
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 2 additions and 2 deletions

3
Cargo.lock generated
View file

@ -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",

View file

@ -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" }