Skip to content

Commit 80385c2

Browse files
committed
Add cargo metadata to tower and log
1 parent 3b75c20 commit 80385c2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tracing-log/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ tracing = "0.1"
3434
[badges]
3535
azure-devops = { project = "tracing/tracing", pipeline = "tokio-rs.tracing", build = "1" }
3636
maintenance = { status = "actively-maintained" }
37+
38+
[package.metadata.docs.rs]
39+
all-features = true
40+
rustdoc-args = ["--cfg", "docsrs"]

tracing-tower/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ http = { version = "0.1", optional = true }
3636
[badges]
3737
azure-devops = { project = "tracing/tracing", pipeline = "tokio-rs.tracing", build = "1" }
3838
maintenance = { status = "experimental" }
39+
40+
[package.metadata.docs.rs]
41+
all-features = true
42+
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)