From 3272c2b596b0e9047bd915540c5981dcd6bbc694 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Mon, 15 Jul 2024 22:02:57 +0100 Subject: [PATCH] refactor: move rust utility to a subdirectory --- .gitignore | 4 ++-- Cargo.lock => nurse/Cargo.lock | 0 Cargo.toml => nurse/Cargo.toml | 0 LICENSE => nurse/LICENSE | 0 README.md => nurse/README.md | 0 nurse/sage.txt | 5 +++++ {src => nurse/src}/main.rs | 0 shell.nix | 0 8 files changed, 7 insertions(+), 2 deletions(-) rename Cargo.lock => nurse/Cargo.lock (100%) rename Cargo.toml => nurse/Cargo.toml (100%) rename LICENSE => nurse/LICENSE (100%) rename README.md => nurse/README.md (100%) create mode 100644 nurse/sage.txt rename {src => nurse/src}/main.rs (100%) create mode 100644 shell.nix diff --git a/.gitignore b/.gitignore index 5d24f22..89aaaba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Ignore user file -sage.txt +nurse/nurse.txt # Added by cargo -/target +nurse/target diff --git a/Cargo.lock b/nurse/Cargo.lock similarity index 100% rename from Cargo.lock rename to nurse/Cargo.lock diff --git a/Cargo.toml b/nurse/Cargo.toml similarity index 100% rename from Cargo.toml rename to nurse/Cargo.toml diff --git a/LICENSE b/nurse/LICENSE similarity index 100% rename from LICENSE rename to nurse/LICENSE diff --git a/README.md b/nurse/README.md similarity index 100% rename from README.md rename to nurse/README.md diff --git a/nurse/sage.txt b/nurse/sage.txt new file mode 100644 index 0000000..0a493bc --- /dev/null +++ b/nurse/sage.txt @@ -0,0 +1,5 @@ +devraza.giize.com +80 +443 +2222 +8448 diff --git a/src/main.rs b/nurse/src/main.rs similarity index 100% rename from src/main.rs rename to nurse/src/main.rs diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..e69de29