diff --git a/src/rust-base/.gitignore b/src/.gitignore similarity index 100% rename from src/rust-base/.gitignore rename to src/.gitignore diff --git a/src/rust-base/Cargo.lock b/src/Cargo.lock similarity index 100% rename from src/rust-base/Cargo.lock rename to src/Cargo.lock diff --git a/src/rust-base/Cargo.toml b/src/Cargo.toml similarity index 100% rename from src/rust-base/Cargo.toml rename to src/Cargo.toml diff --git a/src/rust-base/cbindgen.toml b/src/cbindgen.toml similarity index 100% rename from src/rust-base/cbindgen.toml rename to src/cbindgen.toml diff --git a/src/rust-base/src/lib.rs b/src/src/lib.rs similarity index 100% rename from src/rust-base/src/lib.rs rename to src/src/lib.rs diff --git a/src/rust-base/storybook-godot/Cargo.lock b/src/storybook-godot/Cargo.lock similarity index 100% rename from src/rust-base/storybook-godot/Cargo.lock rename to src/storybook-godot/Cargo.lock diff --git a/src/rust-base/storybook-godot/Cargo.toml b/src/storybook-godot/Cargo.toml similarity index 100% rename from src/rust-base/storybook-godot/Cargo.toml rename to src/storybook-godot/Cargo.toml diff --git a/src/rust-base/storybook-godot/src/lib.rs b/src/storybook-godot/src/lib.rs similarity index 100% rename from src/rust-base/storybook-godot/src/lib.rs rename to src/storybook-godot/src/lib.rs