From be7c5a7461bb0036e0ef88aff817ff6e5b77282f Mon Sep 17 00:00:00 2001 From: alterdekim Date: Mon, 9 Dec 2024 04:51:40 +0300 Subject: [PATCH] modified: frida_client/Cargo.toml --- frida_client/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frida_client/Cargo.toml b/frida_client/Cargo.toml index b3d9706..b29ae49 100644 --- a/frida_client/Cargo.toml +++ b/frida_client/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "frida-client" +name = "frida_client" version = "0.2.0" edition = "2021" license-file = "../LICENSE.md" @@ -9,7 +9,7 @@ categories = ["network-programming", "asynchronous"] readme = "../README.md" [[bin]] -name = "frida-client" +name = "frida_client" path = "src/client.rs" [dependencies]