vsh-commit 0.5.0

Capability-rooted revalidation and trusted commit engine for VSH
Documentation
[package]
name = "vsh-commit"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Capability-rooted revalidation and trusted commit engine for VSH"
publish = ["crates-io"]

[dependencies]
blake3.workspace = true
cap-std.workspace = true
vsh-policy.workspace = true
vsh-store.workspace = true
vsh-types.workspace = true
vsh-vfs.workspace = true

[target.'cfg(windows)'.dependencies]
cap-fs-ext.workspace = true

[lints]
workspace = true