diff options
author | cel 🌸 <cel@blos.sm> | 2023-10-28 21:06:42 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-10-28 21:06:42 +0100 |
commit | a1f3cf450bfd470d1a655c53503acbb4d2b8f851 (patch) | |
tree | 6c7f48cf666ab14493d527f7bb503c01b3ecce16 /Cargo.toml | |
parent | c16f299364317904a98e162bba8acdeb587c8e63 (diff) | |
download | luz-a1f3cf450bfd470d1a655c53503acbb4d2b8f851.tar.gz luz-a1f3cf450bfd470d1a655c53503acbb4d2b8f851.tar.bz2 luz-a1f3cf450bfd470d1a655c53503acbb4d2b8f851.zip |
implement stream start
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |