diff --git a/README.md b/README.md new file mode 100644 index 0000000..40ef845 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Development templates diff --git a/.gitignore b/rust/.gitignore similarity index 100% rename from .gitignore rename to rust/.gitignore diff --git a/Cargo.lock b/rust/Cargo.lock similarity index 100% rename from Cargo.lock rename to rust/Cargo.lock diff --git a/Cargo.toml b/rust/Cargo.toml similarity index 100% rename from Cargo.toml rename to rust/Cargo.toml diff --git a/flake.lock b/rust/flake.lock similarity index 100% rename from flake.lock rename to rust/flake.lock diff --git a/flake.nix b/rust/flake.nix similarity index 100% rename from flake.nix rename to rust/flake.nix diff --git a/src/main.rs b/rust/src/main.rs similarity index 100% rename from src/main.rs rename to rust/src/main.rs