mirror of
https://codeberg.org/YGGverse/psocks.git
synced 2026-03-31 16:35:28 +00:00
add crate meta
This commit is contained in:
parent
3b23d14e25
commit
ddd7120f61
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
|||
name = "psocks"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
description = "Experimental async SOCKS5 (TCP/UDP) proxy server based on fast-socks5, featuring allowlist-based access control (drop everything but allowed by user)"
|
||||
keywords = ["proxy", "whitelist", "privacy"]
|
||||
categories = ["network-programming"]
|
||||
repository = "https://codeberg.org/postscriptum/psocks"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.102"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue