diff --git a/Cargo.lock b/Cargo.lock index 9e0180a..e343f32 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 ac6c954..0809336 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" }