[package]
name = "onetaskgraph-core"
description = "The onetaskgraph engine: the plugin registry, global-id qualification, and the plan every response carries."
version = "0.2.21"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
readme = "../../README.md"
[dependencies]
async-trait.workspace = true
onetaskgraph-github-projects.workspace = true
onetaskgraph-in-memory.workspace = true
onetaskgraph-linear.workspace = true
onetaskgraph-local-md.workspace = true
onetaskgraph-plugin-api.workspace = true
jsonschema.workspace = true
schemars.workspace = true
secrecy.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_norway.workspace = true
serde_path_to_error.workspace = true
thiserror.workspace = true
[dev-dependencies]
tempfile.workspace = true
tokio.workspace = true