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 f5632ce commit 3194714Copy full SHA for 3194714
perf/Cargo.toml
@@ -5,6 +5,10 @@ edition = "2021"
5
license = "MIT OR Apache-2.0"
6
publish = false
7
8
+[[bin]]
9
+name = "quinn-perf"
10
+path = "src/bin/perf.rs"
11
+
12
[features]
13
# NOTE: Please keep this in sync with the feature list in `.github/workflows/codecov.yml`, see
14
# comment in that file for more information.
0 commit comments