Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions libdd-library-config-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ bench = false
libdd-common = { path = "../libdd-common" }
libdd-common-ffi = { path = "../libdd-common-ffi", default-features = false }
libdd-library-config = { path = "../libdd-library-config" }
libdd-trace-protobuf = { version = "1.0.0", path = "../libdd-trace-protobuf" }
anyhow = "1.0"
constcat = "0.4.1"

Expand Down
1 change: 1 addition & 0 deletions libdd-library-config-ffi/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2021-Present Datadog, Inc. https://www.datadoghq.com/
// SPDX-License-Identifier: Apache-2.0

pub mod otel_process_ctx;
pub mod tracer_metadata;

use libdd_common_ffi::{self as ffi, slice::AsBytes, CString, CharSlice, Error};
Expand Down
Loading
Loading