Break redaction stuff out into separate crate

This commit is contained in:
Lucien Greathouse
2019-09-30 16:27:31 -07:00
parent ab8aa89f2a
commit 3678ddfa36
9 changed files with 127 additions and 75 deletions

8
rojo-test/README.md Normal file
View File

@@ -0,0 +1,8 @@
# rojo-test
This project does end-to-end testing of Rojo by executing it and checking what side-effects it has.
rojo-test is meant to be run as a test with:
```bash
cargo test
```