From a1f3cf450bfd470d1a655c53503acbb4d2b8f851 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 28 Oct 2023 21:06:42 +0100 Subject: implement stream start --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5a02af6..175772b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ quick-xml = { git = "https://github.com/tafia/quick-xml.git", features = ["async # TODO: remove unneeded features rsasl = { version = "2", default_features = true, features = ["provider_base64", "plain", "config_builder"] } serde = "1.0.180" +serde_with = "3.4.0" tokio = { version = "1.28", features = ["full"] } tokio-native-tls = "0.3.1" tracing = "0.1.40" -- cgit