html terminal
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,7 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -async-std = "1.12.0" axum = { version = "0.6.18", features = [ "tokio", "http1", @@ -19,6 +18,7 @@ tokio = { version = "1.28.2", features = [ "sync", "rt-multi-thread", "parking_lot", + "time", ], default-features = false } tokio-stream = "0.1.14" futures-util = "0.3.28" @@ -37,6 +37,9 @@ minify-js = "0.5.6" itertools = "0.10.5" convert_case = "0.6.0" parse_duration = "2.1.1" +serde = "1.0" +serde_json = "1.0" +btparse = "0.1.1" [profile.release] lto = true |