Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit cdf8df3

Browse files
committed
docs: Help people find relevant crates
Fixes #69
1 parent 97d9f2a commit cdf8df3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ Assert Cli use [Environment][Environment] underneath to deal with environment va
8080

8181
More detailed information is available in the [documentation]. :-)
8282

83+
## Relevant crates
84+
85+
Other crates that might be useful in testing command line programs.
86+
* [dir-diff](https://crates.io/crates/dir-diff) for testing file side-effects.
87+
* [tempdir](https://crates.io/crates/tempdir) for scratchpad directories.
88+
* [duct](https://crates.io/crates/duct) for orchestrating multiple processes.
89+
8390
## License
8491

8592
Licensed under either of

0 commit comments

Comments
 (0)