agentflow-core 0.1.2

Shared types, configuration, themes, and error handling for the Flow workspace manager
Documentation
[package]
name = "agentflow-core"
description = "Shared types, configuration, themes, and error handling for the Flow workspace manager"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"
keywords = ["ai-agent", "orchestration", "workflow", "task-management", "configuration"]
categories = ["development-tools", "command-line-utilities"]

[lib]
name = "flow_core"

[dependencies]
serde.workspace = true
serde_json.workspace = true
toml.workspace = true
thiserror.workspace = true
tracing.workspace = true
dirs.workspace = true
chrono.workspace = true

[lints]
workspace = true