Skip to content

Commit e6122ac

Browse files
author
hidu
committed
update Cargo.toml
1 parent 2306740 commit e6122ac

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
name = "tap-proxy"
33
version = "0.1.0"
44
edition = "2024"
5+
description = """tap-proxy is a lightweight TCP debugging proxy written in Rust.
6+
It forwards TCP traffic (including HTTP and HTTPS) from a local
7+
port to a specified upstream server and prints the request and
8+
response data in real time in the terminal,making it convenient
9+
for debugging API calls during development.
10+
11+
Your Application ------> tap-proxy ------> Remote Server
12+
╱ ╲
13+
Dump: Request + Response
14+
15+
Site: https://github.com/oh-rust/tap-proxy/
16+
"""
17+
authors =["hidu"]
518

619
[dependencies]
720
anyhow = "1.0.102"

0 commit comments

Comments
 (0)