stynx-code-plugins 3.7.0

Plugin system for extending tool and provider capabilities
Documentation
[package]
name = "stynx-code-plugins"
version = "3.7.0"
edition = "2024"
description = "Plugin system for extending tool and provider capabilities"
license = "MIT"
repository = "https://github.com/maulanasdqn/stynx-code"
readme = "../README.md"

[dependencies]
stynx-code-config = { workspace = true }
stynx-code-errors = { workspace = true }
stynx-code-types = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
anyhow = { workspace = true }