diff --git a/Cargo.toml b/Cargo.toml index 1da0f0a..c75a5fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hudsucker" -version = "0.1.1" +version = "0.1.2" edition = "2018" description = "MITM HTTP/S proxy" documentation = "https://docs.rs/hudsucker" diff --git a/src/lib.rs b/src/lib.rs index c73d120..623a8ff 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! Hudsucker is a MITM HTTP/S that allows you to: +//! Hudsucker is a MITM HTTP/S proxy that allows you to: //! //! - Modify HTTP/S requests //! - Modify HTTP/S responses