From 580e97f91b87525a5229689ee136a5c8193ff772 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 22 Mar 2018 14:12:58 +0100 Subject: [PATCH] Moved Rust source code --- .gitignore | 14 ++------------ {Lucien/Rust => Rust}/Cargo.toml | 0 {Lucien/Rust => Rust}/src/client.rs | 0 {Lucien/Rust => Rust}/src/main.rs | 0 {Lucien/Rust => Rust}/src/server.rs | 0 5 files changed, 2 insertions(+), 12 deletions(-) rename {Lucien/Rust => Rust}/Cargo.toml (100%) rename {Lucien/Rust => Rust}/src/client.rs (100%) rename {Lucien/Rust => Rust}/src/main.rs (100%) rename {Lucien/Rust => Rust}/src/server.rs (100%) diff --git a/.gitignore b/.gitignore index dbbd374..5126b3d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,15 +2,5 @@ /target **/*.rs.bk *.lock - -Lucien-Rust/target/ - -\.idea/ - -cmake-build-debug/ - -Lucien/Rust/target/ - -Lucien/Rust/Rust\.iml - -Lucien/server/ +*~ +Rust/target/ diff --git a/Lucien/Rust/Cargo.toml b/Rust/Cargo.toml similarity index 100% rename from Lucien/Rust/Cargo.toml rename to Rust/Cargo.toml diff --git a/Lucien/Rust/src/client.rs b/Rust/src/client.rs similarity index 100% rename from Lucien/Rust/src/client.rs rename to Rust/src/client.rs diff --git a/Lucien/Rust/src/main.rs b/Rust/src/main.rs similarity index 100% rename from Lucien/Rust/src/main.rs rename to Rust/src/main.rs diff --git a/Lucien/Rust/src/server.rs b/Rust/src/server.rs similarity index 100% rename from Lucien/Rust/src/server.rs rename to Rust/src/server.rs