diff options
| author | Yuval Adam <_@yuv.al> | 2021-04-17 15:06:16 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-04-17 15:06:16 +0300 |
| commit | 46439763077ce7b656e8fae257f9c2205f23c6e5 (patch) | |
| tree | c9c840bbae1834857c224234dc17352f6b310083 /Cargo.toml | |
| parent | 753ec73915f268f3994ebe73788ce844d22f164f (diff) | |
Add rustl_test binary
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,3 +15,7 @@ path = "src/lib.rs" [[bin]] name = "rustl_fm" path = "src/utils/rustl_fm.rs" + +[[bin]] +name = "rustl_test" +path = "src/utils/rustl_test.rs" |
