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 20af346 commit de4b4d4Copy full SHA for de4b4d4
datadog-profiling-validator/Cargo.toml
@@ -8,4 +8,8 @@ license.workspace = true
8
[dependencies]
9
clap = { version = "4", features = ["cargo", "color", "derive"] }
10
datadog-profiling-protobuf = { path = "../datadog-profiling-protobuf", features = ["prost_impls"] }
11
-thiserror = "1"
+thiserror = "1"
12
+
13
+[[bin]]
14
+name = "datadog-profiling-validator"
15
+bench = false
0 commit comments