html terminal
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,7 @@ poise = "0.5.5" anyhow = "1.0.75" regex = { version = "1.8.4", features = ["std"], default-features = false } minify-js = "0.5.6" -itertools = "0.10.5" +itertools = "0.11" convert_case = "0.6.0" parse_duration = "2.1.1" serde = "1.0" @@ -44,6 +44,7 @@ mindus = { version = "4", features = [], default-features = false } oxipng = { git = "https://github.com/shssoichiro/oxipng", branch = "master", features = [], default-features = false } strip-ansi-escapes = "0.2.0" dashmap = "5.5.1" +lemu = { features = ["diagnose", "__send__"], default-features = false, version = "0.2.0" } [profile.release] strip = true |