Update Cargo.toml for packaging

This commit is contained in:
2025-02-13 09:35:07 -08:00
parent 2562bdfedf
commit d1beaded09
4 changed files with 17 additions and 6 deletions

View File

@@ -3,7 +3,11 @@ name = "notmuch"
version = "0.0.144"
edition = "2021"
exclude = ["/testdata"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "Wrapper for calling notmuch cli"
license = "UNLICENSED"
repository = "https://git.z.xinu.tv/wathiede/letterbox"
publish = ["xinu"]
[dependencies]
log = "0.4.14"