initial commit
This commit is contained in:
commit
9fea47a275
4 changed files with 125 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "better-commands"
|
||||
description = "Better commands - get stdout and stderr together, with timestamps"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only"
|
||||
keywords = ["command", "cmd"]
|
||||
|
||||
[dependencies]
|
Loading…
Add table
Add a link
Reference in a new issue