fix: enable full features for derive_more

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-27 21:53:49 -03:00
parent 45a528118c
commit a909fdb2bd

View File

@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.72"
axum = "0.8.4"
derive_more = "2.0"
derive_more = { version = "2.0", features = ["full"] }
smart-default = "0.7"
thiserror = "1.0"
base64 = "0.22.1"