[package] name = "letterbox-procmail2notmuch" description = "Tool for generating notmuch rules from procmail" authors.workspace = true edition.workspace = true license.workspace = true publish.workspace = true repository.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" clap = { version = "4.5.37", features = ["derive"] }