mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-09 11:21:51 +01:00
chore: disable all dependencies (we need a better approach)
This commit is contained in:
parent
c787569bdc
commit
9ce374c879
@ -1,6 +1,8 @@
|
|||||||
|
#[cfg(feature = "otel")]
|
||||||
use dagger_sdk::HostDirectoryOpts;
|
use dagger_sdk::HostDirectoryOpts;
|
||||||
#[cfg(feature = "otel")]
|
#[cfg(feature = "otel")]
|
||||||
use opentelemetry::global;
|
use opentelemetry::global;
|
||||||
|
#[cfg(feature = "otel")]
|
||||||
use tracing::Level;
|
use tracing::Level;
|
||||||
|
|
||||||
#[cfg(not(feature = "otel"))]
|
#[cfg(not(feature = "otel"))]
|
||||||
|
Loading…
Reference in New Issue
Block a user