mirror of
https://github.com/FliegendeWurst/inboxid.git
synced 2024-11-08 18:30:40 +00:00
14 lines
348 B
TOML
14 lines
348 B
TOML
|
[package]
|
||
|
name = "inboxid"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Arne Keller <arne.keller@posteo.de>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
imap = { version = "2.4.1", default-features = false }
|
||
|
itertools = "0.10.0"
|
||
|
maildir = "0.5.0"
|
||
|
rustls-connector = "0.13.1"
|