fix: Correct optional dependency syntax in Cargo.toml features
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
@@ -79,14 +79,14 @@ xz = []
|
||||
zstd = []
|
||||
|
||||
# Plugin features (meta and filter)
|
||||
all-meta-plugins = ["magic"]
|
||||
all-meta-plugins = ["dep:magic"]
|
||||
all-filter-plugins = []
|
||||
|
||||
# Individual plugin features
|
||||
magic = ["magic"]
|
||||
magic = ["dep:magic"]
|
||||
|
||||
# MCP feature (Model Context Protocol support)
|
||||
mcp = ["rmcp"]
|
||||
mcp = ["dep:rmcp"]
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.3.0"
|
||||
|
||||
Reference in New Issue
Block a user