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 22a6a26 commit 178513aCopy full SHA for 178513a
crates/heaptrack/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "heaptrack"
3
version = "0.1.0"
4
edition = "2024"
5
+repository = "https://github.com/CodSpeedHQ/runner"
6
7
[lib]
8
@@ -36,4 +37,8 @@ rstest = "0.21"
36
37
test-log = "0.2"
38
39
[package.metadata.dist]
-dist = false
40
+dist = true
41
+installers = ["shell"]
42
+
43
+[package.metadata.dist.dependencies.apt]
44
+libelf-dev = "*"
0 commit comments