File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# rhoxy - Rust HTTP/HTTPS Proxy
22[ ![ Tests] ( https://github.com/JoshCap20/rhoxy/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/JoshCap20/rhoxy/actions/workflows/test.yml )
3- [ ![ Publish] ( https://github.com/JoshCap20/rhoxy/actions/workflows/deploy.yml/badge.svg?branch=main )] ( https://github.com/JoshCap20/rhoxy/actions/workflows/deploy.yml )
3+ [ ![ Publish] ( https://github.com/JoshCap20/rhoxy/actions/workflows/deploy.yml/badge.svg )] ( https://github.com/JoshCap20/rhoxy/actions/workflows/deploy.yml )
44
55An async HTTP/HTTPS proxy in Rust
66
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ use anyhow::Result;
22use clap:: Parser ;
33use tokio:: io:: { BufReader , BufWriter } ;
44use tokio:: net:: { TcpListener , TcpStream } ;
5- use tracing:: { debug, error, info, warn } ;
5+ use tracing:: { debug, error, info} ;
66
77#[ derive( Parser , Debug ) ]
88#[ command( author, version, about, long_about = None ) ]
You can’t perform that action at this time.
0 commit comments