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 3b75c20 commit 80385c2Copy full SHA for 80385c2
tracing-log/Cargo.toml
@@ -34,3 +34,7 @@ tracing = "0.1"
34
[badges]
35
azure-devops = { project = "tracing/tracing", pipeline = "tokio-rs.tracing", build = "1" }
36
maintenance = { status = "actively-maintained" }
37
+
38
+[package.metadata.docs.rs]
39
+all-features = true
40
+rustdoc-args = ["--cfg", "docsrs"]
tracing-tower/Cargo.toml
@@ -36,3 +36,7 @@ http = { version = "0.1", optional = true }
maintenance = { status = "experimental" }
41
42
0 commit comments