Skip to content

Commit 51f3526

Browse files
committed
feat: toml
1 parent 2a69052 commit 51f3526

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/Rust/hyperlane/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/Rust/hyperlane/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
edition = "2021"
55
authors = ["ltpp-universe <[email protected]>"]
66
license = "MIT"
7-
description = """Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern web services."""
7+
description = """Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, and TCP communication, making it ideal for building modern web services. Additionally, it provides support for request and response middleware, WebSocket, and Server-Sent Events (SSE), enabling flexible and efficient real-time communication."""
88
keywords = ["http", "request", "response", "tcp", "redirect"]
99
repository = "https://github.com/ltpp-universe/hyperlane.git"
1010
categories = ["network-programming", "web-programming"]

0 commit comments

Comments
 (0)