mirror of
https://github.com/lelgenio/maildir-notify-daemon.git
synced 2024-11-09 16:21:42 -03:00
14 lines
264 B
TOML
14 lines
264 B
TOML
|
[package]
|
||
|
name = "maildir-notify-daemon"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
hotwatch = "0.4.6"
|
||
|
mailparse = "0.13.8"
|
||
|
notify-rust = "4.5.6"
|
||
|
|
||
|
[features]
|