From e841ea204b0a128621f7521f1d8c17f4a24a6541 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Sat, 8 Jun 2024 19:03:20 -0400 Subject: [PATCH] rename dir --- crates/{website-form => web-form}/Cargo.lock | 0 crates/{website-form => web-form}/Cargo.toml | 0 crates/{website-form => web-form}/src/main.rs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename crates/{website-form => web-form}/Cargo.lock (100%) rename crates/{website-form => web-form}/Cargo.toml (100%) rename crates/{website-form => web-form}/src/main.rs (100%) diff --git a/crates/website-form/Cargo.lock b/crates/web-form/Cargo.lock similarity index 100% rename from crates/website-form/Cargo.lock rename to crates/web-form/Cargo.lock diff --git a/crates/website-form/Cargo.toml b/crates/web-form/Cargo.toml similarity index 100% rename from crates/website-form/Cargo.toml rename to crates/web-form/Cargo.toml diff --git a/crates/website-form/src/main.rs b/crates/web-form/src/main.rs similarity index 100% rename from crates/website-form/src/main.rs rename to crates/web-form/src/main.rs