lash-tool-apply-patch 0.1.0-alpha.39

Patch-apply tool for the lash agent runtime.
Documentation
[package]
name = "lash-tool-apply-patch"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme.workspace = true
rust-version.workspace = true
description = "Patch-apply tool for the lash agent runtime."
keywords = ["lash", "agent", "tools", "patch", "llm"]
categories = ["asynchronous", "development-tools"]

[dependencies]
lash-core = { workspace = true }
lash-tool-support = { workspace = true }
async-trait = { workspace = true }
serde_json = { workspace = true }

[dev-dependencies]
tempfile = { workspace = true }