From be2dc51c5e55735a43b79b70cb36c588ac642e76 Mon Sep 17 00:00:00 2001 From: Sylpheed port agent Date: Sat, 29 Aug 2026 10:45:47 +0000 Subject: [PATCH] port: commit the Cargo.lock entry for sylpheed-export The crate is in the workspace and builds, but its lock entry was never committed -- `build-export` regenerates it on every fresh container, so it only shows up as a dirty tree nobody caused. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Evuhbt8pxKJEUvwfniwYkU --- Cargo.lock | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 896db78b..c3d303d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4618,6 +4618,18 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "sylpheed-export" +version = "0.1.0" +dependencies = [ + "anyhow", + "clap", + "image", + "serde", + "serde_json", + "sylpheed-formats", +] + [[package]] name = "sylpheed-formats" version = "0.1.0"