Skip to content

Commit

Permalink
use git version of secret and keyring libs
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 20, 2024
1 parent 24c9e3b commit 55ecb54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,16 @@ url = "2.2"
uuid = { version = "0.8", features = ["v4"] }

[patch.crates-io]
# IMAP
imap-next = { git = "https://github.com/duesee/imap-next" }
imap-client = { git = "https://github.com/pimalaya/imap-client" }

# Pimalaya core
email-lib = { git = "https://github.com/pimalaya/core" }
keyring-lib = { git = "https://github.com/pimalaya/core" }
oauth-lib = { git = "https://github.com/pimalaya/core" }
process-lib = { git = "https://github.com/pimalaya/core" }
email-lib = { git = "https://github.com/pimalaya/core" }
secret-lib = { git = "https://github.com/pimalaya/core" }

# Pimalaya TUI
pimalaya-tui = { git = "https://github.com/pimalaya/tui" }

0 comments on commit 55ecb54

Please sign in to comment.