ferrify-syntax 0.1.1

Ferrify patch planning and edit-budget enforcement.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ferrify-syntax"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Ferrify patch planning and edit-budget enforcement."
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/ferrify-syntax"
rust-version.workspace = true
readme = "README.md"
keywords = ["rust", "agent", "patch", "planning", "governance"]
categories = ["development-tools"]

[dependencies]
agent-domain = { package = "ferrify-domain", version = "0.1.1", path = "../agent-domain" }