add crate meta

This commit is contained in:
postscriptum 2026-03-22 01:08:28 +02:00
parent 3b23d14e25
commit ddd7120f61

View file

@ -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"