modified: frida_client/Cargo.toml

This commit is contained in:
Michael Wain 2024-12-09 04:51:40 +03:00
parent 81d7025f2f
commit be7c5a7461

View File

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