better-commands-rs/Cargo.toml
2024-12-31 11:05:22 -06:00

7 lines
284 B
TOML

[package]
name = "better-commands"
description = "A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as it runs line-by-line"
version = "0.1.1"
edition = "2021"
license = "GPL-3.0-only"
keywords = ["command", "cmd"]