html terminal
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -6,13 +6,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ansi-to-html = { version = "0.1.3", features = ["lazy-init"] } async-std = "1.12.0" axum = { version = "0.6.18", features = [ - "ws", "tokio", "http1", - "matched-path", ], default-features = false } futures = "0.3.28" paste = "1.0.12" @@ -37,7 +34,7 @@ serenity = { version = "0.11.5", features = [ poise = "0.5.5" anyhow = "1.0.71" regex = { version = "1.8.4", features = ["std"], default-features = false } -minify-js = "0.4.3" +minify-js = "0.5.6" itertools = "0.10.5" convert_case = "0.6.0" |