newt-git 0.7.1

Embedded git engine for newt agents: grit-lib wrapped in the GitCaveats OCAP surface
Documentation
[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
# MIT only — never grit-legacy (GPL-2.0). See the root Cargo.toml note.
grit-lib.workspace = true
serde = { workspace = true }
serde_json.workspace = true
thiserror.workspace = true

[dev-dependencies]
serde_json.workspace = true
tempfile.workspace = true