diff --git a/frida_cli/Cargo.toml b/frida_cli/Cargo.toml new file mode 100644 index 0000000..394b7ea --- /dev/null +++ b/frida_cli/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "frida_cli" +version.workspace = true +edition.workspace = true +license-file.workspace = true +authors.workspace = true +keywords.workspace = true +categories.workspace = true +readme.workspace = true + +[dependencies] diff --git a/frida_cli/src/main.rs b/frida_cli/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/frida_cli/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/frida_client/Cargo.toml b/frida_client/Cargo.toml new file mode 100644 index 0000000..389e2dc --- /dev/null +++ b/frida_client/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "frida_client" +version.workspace = true +edition.workspace = true +license-file.workspace = true +authors.workspace = true +keywords.workspace = true +categories.workspace = true +readme.workspace = true + +[dependencies] diff --git a/frida_client/src/main.rs b/frida_client/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/frida_client/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/frida_gui/Cargo.toml b/frida_gui/Cargo.toml new file mode 100644 index 0000000..b53cea1 --- /dev/null +++ b/frida_gui/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "frida_gui" +version.workspace = true +edition.workspace = true +license-file.workspace = true +authors.workspace = true +keywords.workspace = true +categories.workspace = true +readme.workspace = true + +[dependencies] diff --git a/frida_gui/src/main.rs b/frida_gui/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/frida_gui/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/frida_lib/Cargo.toml b/frida_lib/Cargo.toml new file mode 100644 index 0000000..28c697c --- /dev/null +++ b/frida_lib/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "frida_lib" +version.workspace = true +edition.workspace = true +license-file.workspace = true +authors.workspace = true +keywords.workspace = true +categories.workspace = true +readme.workspace = true + +[dependencies] diff --git a/frida_lib/src/main.rs b/frida_lib/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/frida_lib/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/frida_server/Cargo.toml b/frida_server/Cargo.toml new file mode 100644 index 0000000..2b4e1f3 --- /dev/null +++ b/frida_server/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "frida_server" +version.workspace = true +edition.workspace = true +license-file.workspace = true +authors.workspace = true +keywords.workspace = true +categories.workspace = true +readme.workspace = true + +[dependencies] diff --git a/frida_server/src/main.rs b/frida_server/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/frida_server/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +}