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 f3a38d5 commit aeff6bfCopy full SHA for aeff6bf
.github/workflows/rust.yml
@@ -28,6 +28,8 @@ jobs:
28
run: cargo fmt --all -- --check -l
29
- name: cargo clippy
30
run: cargo clippy --all -- -D clippy
31
+ - name: cargo package
32
+ run : cargo package && cargo package --manifest-path static-metric/Cargo.toml
33
criterion:
34
name: "Benchmarks (criterion)"
35
runs-on: ubuntu-latest
static-metric/Cargo.toml
@@ -7,11 +7,6 @@ description = "Static metric helper utilities for rust-prometheus."
7
repository = "https://github.com/tikv/rust-prometheus"
8
homepage = "https://github.com/tikv/rust-prometheus"
9
documentation = "https://docs.rs/prometheus-static-metric"
10
-include = [
11
- "LICENSE",
12
- "Cargo.toml",
13
- "src/**/*.rs",
14
-]
15
16
[lib]
17
proc-macro = true
0 commit comments