12 lines
200 B
TOML
12 lines
200 B
TOML
[package]
|
|
name = "imap-watch"
|
|
version = "0.1.0"
|
|
authors = ["Dusan Maliarik <dusan@struna.me>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
imap = "2.0.1"
|
|
native-tls = "0.2.4"
|
|
fondant = "0.1.0"
|
|
serde = "1.0.106"
|