1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-13 11:27:00 +00:00
testscript-rs/Cargo.toml
copilot-swe-agent[bot] c83b563714 Add comprehensive fuzz testing infrastructure
Co-authored-by: imjasonh <210737+imjasonh@users.noreply.github.com>
2025-09-27 19:17:04 +00:00

20 lines
549 B
TOML

[package]
name = "testscript-rs"
version = "0.1.0"
edition = "2021"
authors = ["Jason Hall"]
license = "Apache-2.0"
description = "A Rust crate for testing command-line tools using filesystem-based script files"
repository = "https://github.com/imjasonh/testscript-rs"
keywords = ["testing", "cli", "testscript", "integration-tests"]
categories = ["development-tools::testing"]
[dependencies]
anyhow = "1.0"
thiserror = "2.0"
tempfile = "3.0"
walkdir = "2.0"
regex = "1.0"
[dev-dependencies]
arbitrary = { version = "1.0", features = ["derive"] }