From db80283de403edd710dded1555583575a751e86c Mon Sep 17 00:00:00 2001 From: Keivan-sf Date: Sun, 27 Jul 2025 22:24:57 +0330 Subject: [PATCH] change back to v2parser v2-uri-parser is actually hard to type ngl --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 592452a..748105d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] -name = "v2-uri-parser" +name = "v2parser" version = "0.2.0" dependencies = [ "base64", diff --git a/Cargo.toml b/Cargo.toml index 7c6583d..999d279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "v2-uri-parser" +name = "v2parser" version = "0.2.0" edition = "2021" diff --git a/src/main.rs b/src/main.rs index 5d8f6ff..abfc3f4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ mod parser; pub mod utils; fn main() { - let matches = Command::new("v2-uri-parser") + let matches = Command::new("v2parser") .version("0.2.0") .about("Parses V2ray URI and generates JSON config for xray") .arg(