feat: Add magic file meta plugin and fix build errors

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 10:09:23 -03:00
parent 5b41d2c95e
commit c24728202d
4 changed files with 253 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ derive_more = { version = "2.0", features = ["full"] }
smart-default = "0.7"
thiserror = "1.0"
base64 = "0.22.1"
chrono = "0.4.26"
chrono = { version = "0.4.26", features = ["serde"] }
clap = { version = "4.3.10", features = ["derive", "env"] }
config = "0.14.0"
ctor = "0.2"