From 02ef256d7b84d863100482c0ff37afa5c2ca76d5 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Tue, 29 Jul 2025 11:03:56 -0300 Subject: [PATCH] build: add inventory dependency for plugin registration Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c5ef965..f6f9d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,7 @@ chrono = "0.4.26" gethostname = "0.4.3" humansize = "2.1.3" enum-map = "2.6.1" +inventory = "0.3" is-terminal = "0.4.9" term = "0.7.0" lz4_flex = "0.11.1"