13 lines
No EOL
456 B
TOML
13 lines
No EOL
456 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 the command runs line-by-line"
|
|
version = "1.0.2"
|
|
edition = "2021"
|
|
license = "GPL-3.0-only"
|
|
keywords = ["command", "cmd"]
|
|
repository = "https://git.askiiart.net/askiiart/better-commands-rs"
|
|
readme = "README.md"
|
|
authors = ["askiiart <mail@askiiart.net"]
|
|
|
|
[profile.release]
|
|
opt-level = 3 |