diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-02-28 17:37:24 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-02-28 17:37:24 +0100 |
| commit | 6b4b3d9d01057c27909bab7675c2ad3ec5e910a9 (patch) | |
| tree | 98c7c53d434ad0010092174172bc10ed17884988 /Cargo.toml | |
| parent | 89bdd138aa5e0843d57fc847cb4026220c06209e (diff) | |
| download | sylt-6b4b3d9d01057c27909bab7675c2ad3ec5e910a9.tar.gz | |
run strings from temporary files
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ name = "sylt" [dependencies] logos = "0.11.4" owo-colors = { git="https://github.com/FredTheDino/owo-colors.git" } +rand = "0.8" sylt_macro = { path = "sylt_macro" } criterion = { version = "0.3", optional = true } |
