[package]
edition = "2024"
name = "foam"
version = "0.2.0"
authors = ["Jack Roddy <jack.w.roddy@gmail.com>"]
build = false
exclude = ["CLAUDE.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "an issue tracker and agent memory that lives on a git ref"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jackroddy/foam"
[[bin]]
name = "foam"
path = "src/main.rs"
[[example]]
name = "sandbox"
path = "examples/sandbox.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[dependencies.anyhow]
version = "1.0.104"
[dependencies.clap]
version = "4.6.7"
features = ["derive"]
[dependencies.jiff]
version = "0.2.37"
features = ["serde"]
[dependencies.libc]
version = "0.2.189"
[dependencies.rand]
version = "0.10.3"
[dependencies.serde]
version = "1.0.229"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.151"
[dependencies.terminal_size]
version = "0.4.4"
[dev-dependencies.assert_cmd]
version = "2.2.2"
[dev-dependencies.tempfile]
version = "3.27.0"