Skip to content

Commit

Permalink
prepare v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dizda committed Mar 25, 2024
1 parent dec52d1 commit 09d8a61
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
edition = "2021"
edition = "2021"
17 changes: 14 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
[package]
name = "fast-socks5"
version = "0.9.5"
version = "0.9.6"
authors = ["Jonathan Dizdarevic <[email protected]>"]
edition = "2021"
license = "MIT"
description = "Fast SOCKS5 client/server implementation written in Rust async/.await (tokio)"
repository = "https://github.com/dizda/fast-socks5"
categories = ["asynchronous", "network-programming", "command-line-utilities" ,"authentication" ]
categories = [
"asynchronous",
"network-programming",
"command-line-utilities",
"authentication",
]
keywords = ["io", "proxy", "vpn", "async", "socks"]

[features]
Expand All @@ -25,7 +30,13 @@ async-trait = "0.1"
[dev-dependencies]
env_logger = "0.9"
structopt = "0.3"
tokio = { version = "1", features = ["io-util", "net", "time", "rt-multi-thread", "macros"] }
tokio = { version = "1", features = [
"io-util",
"net",
"time",
"rt-multi-thread",
"macros",
] }
tokio-test = "0.4"

[[example]]
Expand Down

0 comments on commit 09d8a61

Please sign in to comment.