modified: frida_client/Cargo.toml
This commit is contained in:
parent
81d7025f2f
commit
be7c5a7461
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "frida-client"
|
name = "frida_client"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license-file = "../LICENSE.md"
|
license-file = "../LICENSE.md"
|
||||||
@ -9,7 +9,7 @@ categories = ["network-programming", "asynchronous"]
|
|||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "frida-client"
|
name = "frida_client"
|
||||||
path = "src/client.rs"
|
path = "src/client.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user