diff --git a/guessing_game/Cargo.lock b/rustbook/guessing_game/Cargo.lock similarity index 100% rename from guessing_game/Cargo.lock rename to rustbook/guessing_game/Cargo.lock diff --git a/guessing_game/Cargo.toml b/rustbook/guessing_game/Cargo.toml similarity index 100% rename from guessing_game/Cargo.toml rename to rustbook/guessing_game/Cargo.toml diff --git a/guessing_game/src/main.rs b/rustbook/guessing_game/src/main.rs similarity index 100% rename from guessing_game/src/main.rs rename to rustbook/guessing_game/src/main.rs diff --git a/hello_cargo/Cargo.lock b/rustbook/hello_cargo/Cargo.lock similarity index 100% rename from hello_cargo/Cargo.lock rename to rustbook/hello_cargo/Cargo.lock diff --git a/hello_cargo/Cargo.toml b/rustbook/hello_cargo/Cargo.toml similarity index 100% rename from hello_cargo/Cargo.toml rename to rustbook/hello_cargo/Cargo.toml diff --git a/hello_cargo/src/main.rs b/rustbook/hello_cargo/src/main.rs similarity index 100% rename from hello_cargo/src/main.rs rename to rustbook/hello_cargo/src/main.rs diff --git a/hello_world/main.rs b/rustbook/hello_world/main.rs similarity index 100% rename from hello_world/main.rs rename to rustbook/hello_world/main.rs diff --git a/httpong/Cargo.lock b/rustbook/httpong/Cargo.lock similarity index 100% rename from httpong/Cargo.lock rename to rustbook/httpong/Cargo.lock diff --git a/httpong/Cargo.toml b/rustbook/httpong/Cargo.toml similarity index 100% rename from httpong/Cargo.toml rename to rustbook/httpong/Cargo.toml diff --git a/httpong/src/main.rs b/rustbook/httpong/src/main.rs similarity index 100% rename from httpong/src/main.rs rename to rustbook/httpong/src/main.rs diff --git a/matchy/Cargo.lock b/rustbook/matchy/Cargo.lock similarity index 100% rename from matchy/Cargo.lock rename to rustbook/matchy/Cargo.lock diff --git a/matchy/Cargo.toml b/rustbook/matchy/Cargo.toml similarity index 100% rename from matchy/Cargo.toml rename to rustbook/matchy/Cargo.toml diff --git a/matchy/src/main.rs b/rustbook/matchy/src/main.rs similarity index 100% rename from matchy/src/main.rs rename to rustbook/matchy/src/main.rs diff --git a/scarytxt/Cargo.lock b/rustbook/scarytxt/Cargo.lock similarity index 100% rename from scarytxt/Cargo.lock rename to rustbook/scarytxt/Cargo.lock diff --git a/scarytxt/Cargo.toml b/rustbook/scarytxt/Cargo.toml similarity index 100% rename from scarytxt/Cargo.toml rename to rustbook/scarytxt/Cargo.toml diff --git a/scarytxt/src/game.rs b/rustbook/scarytxt/src/game.rs similarity index 100% rename from scarytxt/src/game.rs rename to rustbook/scarytxt/src/game.rs diff --git a/scarytxt/src/main.rs b/rustbook/scarytxt/src/main.rs similarity index 100% rename from scarytxt/src/main.rs rename to rustbook/scarytxt/src/main.rs diff --git a/structs/Cargo.lock b/rustbook/structs/Cargo.lock similarity index 100% rename from structs/Cargo.lock rename to rustbook/structs/Cargo.lock diff --git a/structs/Cargo.toml b/rustbook/structs/Cargo.toml similarity index 100% rename from structs/Cargo.toml rename to rustbook/structs/Cargo.toml diff --git a/structs/src/main.rs b/rustbook/structs/src/main.rs similarity index 100% rename from structs/src/main.rs rename to rustbook/structs/src/main.rs diff --git a/variables/Cargo.lock b/rustbook/variables/Cargo.lock similarity index 100% rename from variables/Cargo.lock rename to rustbook/variables/Cargo.lock diff --git a/variables/Cargo.toml b/rustbook/variables/Cargo.toml similarity index 100% rename from variables/Cargo.toml rename to rustbook/variables/Cargo.toml diff --git a/variables/src/main.rs b/rustbook/variables/src/main.rs similarity index 100% rename from variables/src/main.rs rename to rustbook/variables/src/main.rs