html terminal
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,6 @@ tokio = { version = "1.28.2", features = [ "net", "sync", "rt-multi-thread", - "process", "parking_lot", ], default-features = false } tokio-stream = "0.1.14" @@ -37,6 +36,7 @@ regex = { version = "1.8.4", features = ["std"], default-features = false } minify-js = "0.5.6" itertools = "0.10.5" convert_case = "0.6.0" +parse_duration = "2.1.1" [profile.release] lto = true |