From f4de6feaa29e7dc3b10946ee18c7c2b96533edc3 Mon Sep 17 00:00:00 2001 From: teernisse Date: Fri, 20 Feb 2026 14:29:26 -0500 Subject: [PATCH] chore: gitignore .liquid-mail.toml and remove from tracking The file contains a Honcho API key that should not be in version control. Added to .gitignore and untracked; the file remains on disk for local use. --- .gitignore | 1 + Cargo.lock | 5 +++-- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0958099..e0ad3c6 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ yarn-error.log* # Local config files lore.config.json +.liquid-mail.toml # beads .bv/ diff --git a/Cargo.lock b/Cargo.lock index 96a115f..dc15830 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,9 +171,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "charmed-lipgloss" -version = "0.1.2" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45e10db01f5eaea11d98ca5c5cffd8cc4add7ac56d0128d91ba1f2a3757b6c5a" +checksum = "a5986a4a6d84055da99e44a6c532fd412d636fe5c3fe17da105a7bf40287ccd1" dependencies = [ "bitflags", "colored", @@ -183,6 +183,7 @@ dependencies = [ "thiserror", "toml", "tracing", + "unicode-segmentation", "unicode-width 0.1.14", ] diff --git a/Cargo.toml b/Cargo.toml index b06a775..b156fbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ clap_complete = "4" dialoguer = "0.12" console = "0.16" indicatif = "0.18" -lipgloss = { package = "charmed-lipgloss", version = "0.1", default-features = false, features = ["native"] } +lipgloss = { package = "charmed-lipgloss", version = "0.2", default-features = false, features = ["native"] } open = "5" # HTTP