From 6cb42c9625acf12285e5b3506d945392ac2b7b6f Mon Sep 17 00:00:00 2001 From: Pyro57000 <147988717+Pyro57000@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:16:26 +0000 Subject: [PATCH] Create intial_recon --- initial_recon/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 initial_recon/Cargo.toml diff --git a/initial_recon/Cargo.toml b/initial_recon/Cargo.toml new file mode 100644 index 0000000..9f8d66d --- /dev/null +++ b/initial_recon/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "initial_recon" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies]