Some checks failed
Rust / build (push) Has been cancelled
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie0af272c772361921405a41db40fab356a6a6964
11 lines
314 B
TOML
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
|