2026-02-26 05:46:41 +00:00
|
|
|
[package]
|
|
|
|
|
name = "yoke"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
2026-02-26 11:15:36 +00:00
|
|
|
description = "LLM automation loop harness"
|
2026-02-26 05:46:41 +00:00
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
|
name = "yoke"
|
|
|
|
|
path = "src/main.rs"
|
2026-03-05 09:14:50 +00:00
|
|
|
|
2026-05-19 08:58:57 +00:00
|
|
|
[dependencies]
|
|
|
|
|
serde_json = { version = "1", default-features = false, features = ["std", "preserve_order"] }
|
|
|
|
|
|
2026-03-05 09:14:50 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
|
tempfile = "3"
|