Move tools out of src.

This commit is contained in:
Stephen Chung 2023-03-17 07:09:56 +08:00
parent 95e7ec46ce
commit 7cda806b53
4 changed files with 0 additions and 1 deletions

View File

@ -28,5 +28,4 @@ Sub-Directories
| `func` | Support for function calls |
| `eval` | Evaluation engine |
| `serde` | Support for [`serde`](https://crates.io/crates/serde) |
| `tools` | External tools needed for building |
| `bin` | Pre-built CLI binaries (e.g. `rhai-run`, `rhai-repl`) |