From 7e976ccc6f52b1b69e7fb82f8112a052f223eb8a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 12 Sep 2021 10:55:12 -0400 Subject: [PATCH] shuffle shuffle --- {guessing_game => rustbook/guessing_game}/Cargo.lock | 0 {guessing_game => rustbook/guessing_game}/Cargo.toml | 0 {guessing_game => rustbook/guessing_game}/src/main.rs | 0 {hello_cargo => rustbook/hello_cargo}/Cargo.lock | 0 {hello_cargo => rustbook/hello_cargo}/Cargo.toml | 0 {hello_cargo => rustbook/hello_cargo}/src/main.rs | 0 {hello_world => rustbook/hello_world}/main.rs | 0 {httpong => rustbook/httpong}/Cargo.lock | 0 {httpong => rustbook/httpong}/Cargo.toml | 0 {httpong => rustbook/httpong}/src/main.rs | 0 {matchy => rustbook/matchy}/Cargo.lock | 0 {matchy => rustbook/matchy}/Cargo.toml | 0 {matchy => rustbook/matchy}/src/main.rs | 0 {scarytxt => rustbook/scarytxt}/Cargo.lock | 0 {scarytxt => rustbook/scarytxt}/Cargo.toml | 0 {scarytxt => rustbook/scarytxt}/src/game.rs | 0 {scarytxt => rustbook/scarytxt}/src/main.rs | 0 {structs => rustbook/structs}/Cargo.lock | 0 {structs => rustbook/structs}/Cargo.toml | 0 {structs => rustbook/structs}/src/main.rs | 0 {variables => rustbook/variables}/Cargo.lock | 0 {variables => rustbook/variables}/Cargo.toml | 0 {variables => rustbook/variables}/src/main.rs | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename {guessing_game => rustbook/guessing_game}/Cargo.lock (100%) rename {guessing_game => rustbook/guessing_game}/Cargo.toml (100%) rename {guessing_game => rustbook/guessing_game}/src/main.rs (100%) rename {hello_cargo => rustbook/hello_cargo}/Cargo.lock (100%) rename {hello_cargo => rustbook/hello_cargo}/Cargo.toml (100%) rename {hello_cargo => rustbook/hello_cargo}/src/main.rs (100%) rename {hello_world => rustbook/hello_world}/main.rs (100%) rename {httpong => rustbook/httpong}/Cargo.lock (100%) rename {httpong => rustbook/httpong}/Cargo.toml (100%) rename {httpong => rustbook/httpong}/src/main.rs (100%) rename {matchy => rustbook/matchy}/Cargo.lock (100%) rename {matchy => rustbook/matchy}/Cargo.toml (100%) rename {matchy => rustbook/matchy}/src/main.rs (100%) rename {scarytxt => rustbook/scarytxt}/Cargo.lock (100%) rename {scarytxt => rustbook/scarytxt}/Cargo.toml (100%) rename {scarytxt => rustbook/scarytxt}/src/game.rs (100%) rename {scarytxt => rustbook/scarytxt}/src/main.rs (100%) rename {structs => rustbook/structs}/Cargo.lock (100%) rename {structs => rustbook/structs}/Cargo.toml (100%) rename {structs => rustbook/structs}/src/main.rs (100%) rename {variables => rustbook/variables}/Cargo.lock (100%) rename {variables => rustbook/variables}/Cargo.toml (100%) rename {variables => rustbook/variables}/src/main.rs (100%) 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