mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 12:00:22 +00:00
add exit code log
This commit is contained in:
parent
74ec31014c
commit
bdb78f98ba
2 changed files with 2 additions and 2 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue