1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-18 06:37:31 +00:00

try to fix

Signed-off-by: Jason Hall <imjasonh@gmail.com>
This commit is contained in:
Jason Hall 2026-01-01 14:04:08 -05:00
parent 58d7099125
commit 6594c700dd
3 changed files with 59 additions and 106 deletions

View file

@ -2,6 +2,7 @@
name = "testscript-rs"
version = "0.2.10"
edition = "2021"
rust-version = "1.70.0"
authors = ["Jason Hall"]
license = "Apache-2.0"
description = "A Rust crate for testing command-line tools using filesystem-based script files"
@ -16,11 +17,10 @@ tempfile = "3.0"
walkdir = "2.0"
regex = "1.0"
termcolor = { version = "1.4", optional = true }
atty = { version = "0.2", optional = true }
[features]
default = []
colors = ["termcolor", "atty"]
colors = ["termcolor"]
[dev-dependencies]
arbitrary = { version = "1.0", features = ["derive"] }