eh/crates/nix-command/Cargo.toml
NotAShelf 89ac0dd84e
meta: extract configuration loading and command execution into workspace crates
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2da9bbddc01186af23e12c0dbbf3b23e6a6a6964
2026-05-13 08:44:07 +03:00

10 lines
284 B
TOML

[package]
name = "nix-command"
description = "Typed Nix command construction and execution"
version.workspace = true
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
[dependencies]
thiserror.workspace = true