Skip to content

Commit

Permalink
Update description and bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Dec 20, 2023
1 parent 195801a commit ec3e5aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
members = [".", "examples/opentelemetry", "examples/custom-root-span", "examples/request-id-response-header"]

[package]
name = "tracing-actix-web"
version = "0.8.0-blockscout.1"
authors = ["Luca Palmieri <[email protected]>"]
name = "blockscout-tracing-actix-web"
version = "0.8.0"
edition = "2018"

license = "MIT/Apache-2.0"

repository = "https://github.com/LukeMathWalker/tracing-actix-web"
repository = "https://github.com/blockscout/tracing-actix-web"
documentation = "https://docs.rs/tracing-actix-web/"
readme = "README.md"

description = "Structured logging middleware for actix-web."
description = "The fork of tracing-actix-web with changes specific to Blockscout rust services."

keywords = ["http", "actix-web", "tracing", "logging"]
categories = ["asynchronous", "web-programming"]
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
</div>
<br/>

## Note
This is a fork of [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web/) library updated specifically with the
needs of [Blockscout rust microservices](https://github.com/blockscout/blockscout-rs/) in mind.

# Original decription

`tracing-actix-web` provides [`TracingLogger`], a middleware to collect telemetry data from applications built on top of the [`actix-web`] framework.

> `tracing-actix-web` was initially developed for the telemetry chapter of [Zero to Production In Rust](https://zero2prod.com), a hands-on introduction to backend development using the Rust programming language.
Expand Down

0 comments on commit ec3e5aa

Please sign in to comment.