14 lines
367 B
TOML
14 lines
367 B
TOML
[package]
|
|
name = "letterbox-procmail2notmuch"
|
|
description = "Tool for generating notmuch rules from procmail"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
version.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.69"
|