diff --git a/Cargo.toml b/Cargo.toml index 31b1079..f5e3acd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" description = "Filtering asynchronous SOCKS5 (TCP/UDP) proxy server based on fast-socks5, featuring allowlist-based access control that drops everything except what is allowed by the user. Includes JSON/API based on Rocket framework." keywords = ["proxy", "whitelist", "privacy"] categories = ["network-programming"] -repository = "https://codeberg.org/postscriptum/psocks" +repository = "https://codeberg.org/YGGverse/psocks" [dependencies] anyhow = "1.0.102"