Skip to content

Commit

Permalink
rename to extractors for future usage
Browse files Browse the repository at this point in the history
  • Loading branch information
HTGAzureX1212 committed Nov 2, 2024
1 parent 3012f3d commit db48fef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api-backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
members = [
"hartex-backend-driver",
"hartex-backend-layers",
"hartex-backend-extractors",
"hartex-backend-models",
"hartex-backend-routes",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "hartex_backend_layers"
name = "hartex_backend_extractors"
version = "0.13.0"
edition = "2021"
description = """
Backend middleware
Backend extractors
"""
license = "AGPL-3.0-or-later"
rust-version = "1.83.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
* with HarTex. If not, see <https://www.gnu.org/licenses/>.
*/

//! # Backend Layers
//! # Backend Extractors
//!
//! This crate defines certain middleware layers for use with the Axum HTTP server.
//! This crate defines certain extractors for use with the Axum HTTP server.
#![deny(clippy::pedantic)]
#![deny(unsafe_code)]
Expand Down

0 comments on commit db48fef

Please sign in to comment.