11 lines
294 B
TOML
11 lines
294 B
TOML
[package]
|
|
name = "focus-json"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
description = "Minimal JSON parser and serializer for the focus agent framework"
|
|
|
|
[dependencies]
|
|
# Zero external dependencies by design (see AGENTS.md §2.1).
|