ferrify 0.1.1

Ferrify is a governed Rust software-change platform with typed policy, bounded planning, and evidence-backed reporting.
[package]
name = "ferrify"
version.workspace = true
edition.workspace = true
license.workspace = true
description.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/ferrify"
rust-version.workspace = true
readme = "README.md"
keywords = ["rust", "agent", "cli", "governance", "verification"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]
agent-application = { package = "ferrify-application", version = "0.1.1", path = "../agent-application" }
agent-domain = { package = "ferrify-domain", version = "0.1.1", path = "../agent-domain" }
agent-infra = { package = "ferrify-infra", version = "0.1.1", path = "../agent-infra" }
agent-policy = { package = "ferrify-policy", version = "0.1.1", path = "../agent-policy" }
clap.workspace = true
serde_json.workspace = true
thiserror.workspace = true

[dev-dependencies]
tempfile.workspace = true