[package]
edition = "2024"
name = "libvctrl_plumbing"
version = "0.1.0"
authors = ["mroczect"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Atomic operations for version control (plumbing layer) – generic over libvctrl traits"
readme = "README.md"
keywords = [
"version-control",
"vcs",
"plumbing",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/mroczect/libvctrl"
resolver = "2"
[lib]
name = "libvctrl_plumbing"
path = "src/lib.rs"
[dependencies]