mirror of
https://codeberg.org/YGGverse/psocks.git
synced 2026-04-01 17:05:27 +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"
|
name = "psocks"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
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]
|
[dependencies]
|
||||||
anyhow = "1.0.102"
|
anyhow = "1.0.102"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue