diff --git a/Cargo.lock b/Cargo.lock index 9820644..09178ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "testproxy" -version = "0.0.2" +version = "0.0.3" dependencies = [ "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f823bcb..6fc049a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,13 +3,12 @@ name = "testproxy" description = "Tool for end-to-end testing of proxy servers" repository = "https://github.com/sonertari/TestProxy" homepage = "https://github.com/sonertari/TestProxy" -version = "0.0.2" +version = "0.0.3" authors = ["Soner Tari "] keywords = ["testproxy", "testing", "proxy", "end-to-end"] categories = ["development-tools::testing", "network-programming", "command-line-utilities"] readme = "README.md" license = "GPL-3.0" -#edition = "2019" [dependencies] openssl-probe = "0.1.2"