mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-10 03:41:42 +01:00
chore: add default main
This commit is contained in:
parent
18b88502ec
commit
c787569bdc
@ -3,6 +3,9 @@ use dagger_sdk::HostDirectoryOpts;
|
|||||||
use opentelemetry::global;
|
use opentelemetry::global;
|
||||||
use tracing::Level;
|
use tracing::Level;
|
||||||
|
|
||||||
|
#[cfg(not(feature = "otel"))]
|
||||||
|
fn main() {}
|
||||||
|
|
||||||
#[cfg(feature = "otel")]
|
#[cfg(feature = "otel")]
|
||||||
#[tracing::instrument]
|
#[tracing::instrument]
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
|
Loading…
Reference in New Issue
Block a user