modified: frida_client/Cargo.toml
This commit is contained in:
parent
81d7025f2f
commit
be7c5a7461
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user