diff --git a/Cargo.toml b/Cargo.toml index 904d3a3..6796e4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "overtls" -version = "0.2.9" +version = "0.2.10" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "MIT" +description = "A simple proxy tunnel, minimalist tool for bypassing the GFW." [lib] crate-type = ["staticlib", "cdylib", "lib"] diff --git a/readme.md b/readme.md index 238b8e2..cf0e050 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,12 @@ # overtls +[![Crates.io](https://img.shields.io/crates/v/overtls.svg)](https://crates.io/crates/overtls) +![overtls](https://docs.rs/overtls/badge.svg) +[![Documentation](https://img.shields.io/badge/docs-release-brightgreen.svg?style=flat)](https://docs.rs/overtls) +[![Download](https://img.shields.io/crates/d/overtls.svg)](https://crates.io/crates/overtls) +[![License](https://img.shields.io/crates/l/overtls.svg?style=flat)](https://github.com/ShadowsocksR-Live/overtls/blob/master/LICENSE) + + [中文版](readme-cn.md) overtls is a [SOCKS5](https://en.wikipedia.org/wiki/SOCKS#SOCKS5) type proxy,