We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90711ee commit 037b263Copy full SHA for 037b263
client/swimos_client/src/lib.rs
@@ -39,10 +39,10 @@ use swimos_downlink::{
39
use swimos_form::Form;
40
use swimos_remote::dns::Resolver;
41
use swimos_remote::plain::TokioPlainTextNetworking;
42
+#[cfg(feature = "tls")]
43
+use swimos_remote::tls::{ClientConfig as TlsConfig, RustlsClientNetworking, TlsError};
44
use swimos_remote::ClientConnections;
45
use swimos_runtime::downlink::{DownlinkOptions, DownlinkRuntimeConfig};
-#[cfg(feature = "tls")]
-use swimos_tls::{ClientConfig as TlsConfig, RustlsClientNetworking, TlsError};
46
use swimos_utilities::trigger;
47
use swimos_utilities::trigger::promise;
48
use tokio::sync::mpsc;
0 commit comments