chore: disable all dependencies (we need a better approach)

This commit is contained in:
2023-05-02 20:19:39 +02:00
parent c787569bdc
commit 9ce374c879

View File

@@ -1,6 +1,8 @@
#[cfg(feature = "otel")]
use dagger_sdk::HostDirectoryOpts;
#[cfg(feature = "otel")]
use opentelemetry::global;
#[cfg(feature = "otel")]
use tracing::Level;
#[cfg(not(feature = "otel"))]