mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-09 01:26:40 +00:00
parent
213d584878
commit
d9f9d4f0e6
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# testscript-rs
|
||||
|
||||
[](https://github.com/imjasonh/testscript-rs/actions)
|
||||

|
||||
|
||||
A Rust crate for testing command-line tools using filesystem-based script files.
|
||||
|
||||
|
|
@ -58,7 +59,7 @@ Add testscript-rs to your `Cargo.toml`:
|
|||
|
||||
```toml
|
||||
[dev-dependencies]
|
||||
testscript-rs = "0.1"
|
||||
testscript-rs = "<release>"
|
||||
```
|
||||
|
||||
Requires Rust 1.70 or later.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue