We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c147bee commit 27bfe8eCopy full SHA for 27bfe8e
Cargo.toml
@@ -34,6 +34,7 @@ members = [
34
"data-pipeline-ffi",
35
"ddsketch",
36
"tinybytes",
37
+ "agent-info",
38
]
39
40
default-members = [
tools/docker/Dockerfile.build
@@ -69,6 +69,7 @@ RUN cargo search nothing --limit 1
69
# create stubs to cache compilation of dependendencies
70
COPY [ "Cargo.lock", "Cargo.toml", "./"]
71
COPY "alloc/Cargo.toml" "alloc/"
72
+COPY "agent-info/Cargo.toml" "agent-info/"
73
COPY "build-common/Cargo.toml" "build-common/"
74
COPY "crashtracker/Cargo.toml" "crashtracker/"
75
COPY "crashtracker-ffi/Cargo.toml" "crashtracker-ffi/"
0 commit comments