Skip to content

Commit 753c106

Browse files
committedSep 25, 2024··
take maildirs deps from git
1 parent 358cbcc commit 753c106

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎Cargo.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ indicatif = "0.17"
5959
imap-next = { git = "https://github.com/duesee/imap-next" }
6060
imap-client = { git = "https://github.com/pimalaya/imap-client" }
6161

62+
# Maildir
63+
maildirs = { git = "https://github.com/pimalaya/maildirs" }
64+
6265
# Pimalaya core
6366
email-lib = { git = "https://github.com/pimalaya/core" }
6467
keyring-lib = { git = "https://github.com/pimalaya/core" }

0 commit comments

Comments
 (0)
Please sign in to comment.