Skip to content

Commit

Permalink
docs: remove markdown from description
Browse files Browse the repository at this point in the history
crates.io does not render markdown in the description
  • Loading branch information
eopb committed Oct 23, 2023
1 parent 36bf041 commit 075fb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Ethan Brierley <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
description = """
A simple middleware for [`tide`](https://github.com/http-rs/tide) using the [`tracing`](https://github.com/tokio-rs/tracing) crate for logging.
A simple middleware for tide using the tracing crate for logging.
"""
keywords = ["tide", "tracing", "logging", "middleware", "opentelemetry"]
documentation = "https://docs.rs/tide-tracing/"
Expand Down

0 comments on commit 075fb37

Please sign in to comment.