Some checks failed
Continuous integration / Check (push) Successful in 35s
Continuous integration / Test Suite (push) Successful in 39s
Continuous integration / Trunk (push) Failing after 6m23s
Continuous integration / Rustfmt (push) Successful in 31s
Continuous integration / build (push) Successful in 1m47s
14 lines
375 B
TOML
14 lines
375 B
TOML
[package]
|
|
name = "letterbox-procmail2notmuch"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
description = "Tool for generating notmuch rules from procmail"
|
|
license = "UNLICENSED"
|
|
repository = "https://git.z.xinu.tv/wathiede/letterbox"
|
|
publish = ["xinu"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.69"
|