eh/crates/nix-command/Cargo.toml
NotAShelf b8d01730f5
Some checks failed
Rust / build (push) Has been cancelled
various: format TOML with taplo; clean up Cargo manifests
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie0af272c772361921405a41db40fab356a6a6964
2026-05-13 08:50:42 +03:00

11 lines
314 B
TOML

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