build: add once_cell dependency to Cargo.toml

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-12 16:18:12 -03:00
parent d0eecc94f2
commit db8be3e480

View File

@@ -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"