better-commands-rs/Cargo.toml
2025-01-01 20:54:10 -06:00

10 lines
No EOL
316 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"]
[profile.release]
opt-level = 3