From db8be3e48052616e9436f5b2ebc9a4142aa0b940 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Tue, 12 Aug 2025 16:18:12 -0300 Subject: [PATCH] build: add once_cell dependency to Cargo.toml 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 167d52a..838b35f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,7 @@ axum = "0.7" tower = "0.4" tower-http = { version = "0.5", features = ["cors", "fs", "trace"] } hyper = { version = "1.0", features = ["full"] } +once_cell = "1.19.0" [dev-dependencies] tempfile = "3.3.0"