html terminal
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ strip-ansi-escapes = "0.2.0" dashmap = "5.5.1" lemu = { features = ["diagnose"], default-features = false, version = "0.2.0" } phf = { version = "0.11.2", features = ["macros"] } +itertools = "0.11.0" [profile.release] strip = true |