[package]
name = "newt-git"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
description = "Embedded git engine for newt agents: grit-lib wrapped in the GitCaveats OCAP surface"
keywords = ["newt", "agent", "git", "ocap", "drake"]
categories = ["development-tools"]
[dependencies]
newt-core.workspace = true
grit-lib.workspace = true
serde = { workspace = true }
serde_json.workspace = true
thiserror.workspace = true
[dev-dependencies]
serde_json.workspace = true
tempfile.workspace = true