From d88ab2580a306de0cc583b64cbce99a49a89739f Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 17 Oct 2020 11:51:44 +0800 Subject: [PATCH] chore: reorg --- {jsonwebtoken => __crypto/jsonwebtoken}/Cargo.lock | 0 {jsonwebtoken => __crypto/jsonwebtoken}/Cargo.toml | 0 {jsonwebtoken => __crypto/jsonwebtoken}/src/main.rs | 0 {svg => __image/svg}/Cargo.lock | 0 {svg => __image/svg}/Cargo.toml | 0 {svg => __image/svg}/README.md | 0 {svg => __image/svg}/dive.svg | 0 {svg => __image/svg}/src/graph.svg | 0 {svg => __image/svg}/src/main.rs | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {jsonwebtoken => __crypto/jsonwebtoken}/Cargo.lock (100%) rename {jsonwebtoken => __crypto/jsonwebtoken}/Cargo.toml (100%) rename {jsonwebtoken => __crypto/jsonwebtoken}/src/main.rs (100%) rename {svg => __image/svg}/Cargo.lock (100%) rename {svg => __image/svg}/Cargo.toml (100%) rename {svg => __image/svg}/README.md (100%) rename {svg => __image/svg}/dive.svg (100%) rename {svg => __image/svg}/src/graph.svg (100%) rename {svg => __image/svg}/src/main.rs (100%) diff --git a/jsonwebtoken/Cargo.lock b/__crypto/jsonwebtoken/Cargo.lock similarity index 100% rename from jsonwebtoken/Cargo.lock rename to __crypto/jsonwebtoken/Cargo.lock diff --git a/jsonwebtoken/Cargo.toml b/__crypto/jsonwebtoken/Cargo.toml similarity index 100% rename from jsonwebtoken/Cargo.toml rename to __crypto/jsonwebtoken/Cargo.toml diff --git a/jsonwebtoken/src/main.rs b/__crypto/jsonwebtoken/src/main.rs similarity index 100% rename from jsonwebtoken/src/main.rs rename to __crypto/jsonwebtoken/src/main.rs diff --git a/svg/Cargo.lock b/__image/svg/Cargo.lock similarity index 100% rename from svg/Cargo.lock rename to __image/svg/Cargo.lock diff --git a/svg/Cargo.toml b/__image/svg/Cargo.toml similarity index 100% rename from svg/Cargo.toml rename to __image/svg/Cargo.toml diff --git a/svg/README.md b/__image/svg/README.md similarity index 100% rename from svg/README.md rename to __image/svg/README.md diff --git a/svg/dive.svg b/__image/svg/dive.svg similarity index 100% rename from svg/dive.svg rename to __image/svg/dive.svg diff --git a/svg/src/graph.svg b/__image/svg/src/graph.svg similarity index 100% rename from svg/src/graph.svg rename to __image/svg/src/graph.svg diff --git a/svg/src/main.rs b/__image/svg/src/main.rs similarity index 100% rename from svg/src/main.rs rename to __image/svg/src/main.rs