mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-22 15:22:13 +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 tracing::Level;
|
||||
|
||||
#[cfg(not(feature = "otel"))]
|
||||
fn main() {}
|
||||
|
||||
#[cfg(feature = "otel")]
|
||||
#[tracing::instrument]
|
||||
#[tokio::main]
|
||||
|
Loading…
Reference in New Issue
Block a user