new file: frida_cli/Cargo.toml new file: frida_cli/src/main.rs new file: frida_client/Cargo.toml new file: frida_client/src/main.rs new file: frida_gui/Cargo.toml new file: frida_gui/src/main.rs new file: frida_lib/Cargo.toml new file: frida_lib/src/main.rs new file: frida_server/Cargo.toml new file: frida_server/src/main.rs
4 lines
45 B
Rust
4 lines
45 B
Rust
fn main() {
|
|
println!("Hello, world!");
|
|
}
|