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

This commit is contained in:
Kasper Juul Hermansen 2023-05-02 20:19:39 +02:00
parent c787569bdc
commit 9ce374c879
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

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"))]