From 347ea202e113c2d2ad53c4a5c6ac4a296a0e747c Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 17 Oct 2020 11:54:43 +0800 Subject: [PATCH] chore: reorg --- {random => __crypto/random}/.gitignore | 0 {random => __crypto/random}/Cargo.lock | 0 {random => __crypto/random}/Cargo.toml | 0 {random => __crypto/random}/src/main.rs | 0 {colored_msg => __term/colored_msg}/Cargo.lock | 0 {colored_msg => __term/colored_msg}/Cargo.toml | 0 {colored_msg => __term/colored_msg}/src/main.rs | 0 {indicatif => __term/indicatif}/Cargo.lock | 0 {indicatif => __term/indicatif}/Cargo.toml | 0 {indicatif => __term/indicatif}/src/main.rs | 0 {term => __term/term}/Cargo.lock | 0 {term => __term/term}/Cargo.toml | 0 {term => __term/term}/src/main.rs | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {random => __crypto/random}/.gitignore (100%) rename {random => __crypto/random}/Cargo.lock (100%) rename {random => __crypto/random}/Cargo.toml (100%) rename {random => __crypto/random}/src/main.rs (100%) rename {colored_msg => __term/colored_msg}/Cargo.lock (100%) rename {colored_msg => __term/colored_msg}/Cargo.toml (100%) rename {colored_msg => __term/colored_msg}/src/main.rs (100%) rename {indicatif => __term/indicatif}/Cargo.lock (100%) rename {indicatif => __term/indicatif}/Cargo.toml (100%) rename {indicatif => __term/indicatif}/src/main.rs (100%) rename {term => __term/term}/Cargo.lock (100%) rename {term => __term/term}/Cargo.toml (100%) rename {term => __term/term}/src/main.rs (100%) diff --git a/random/.gitignore b/__crypto/random/.gitignore similarity index 100% rename from random/.gitignore rename to __crypto/random/.gitignore diff --git a/random/Cargo.lock b/__crypto/random/Cargo.lock similarity index 100% rename from random/Cargo.lock rename to __crypto/random/Cargo.lock diff --git a/random/Cargo.toml b/__crypto/random/Cargo.toml similarity index 100% rename from random/Cargo.toml rename to __crypto/random/Cargo.toml diff --git a/random/src/main.rs b/__crypto/random/src/main.rs similarity index 100% rename from random/src/main.rs rename to __crypto/random/src/main.rs diff --git a/colored_msg/Cargo.lock b/__term/colored_msg/Cargo.lock similarity index 100% rename from colored_msg/Cargo.lock rename to __term/colored_msg/Cargo.lock diff --git a/colored_msg/Cargo.toml b/__term/colored_msg/Cargo.toml similarity index 100% rename from colored_msg/Cargo.toml rename to __term/colored_msg/Cargo.toml diff --git a/colored_msg/src/main.rs b/__term/colored_msg/src/main.rs similarity index 100% rename from colored_msg/src/main.rs rename to __term/colored_msg/src/main.rs diff --git a/indicatif/Cargo.lock b/__term/indicatif/Cargo.lock similarity index 100% rename from indicatif/Cargo.lock rename to __term/indicatif/Cargo.lock diff --git a/indicatif/Cargo.toml b/__term/indicatif/Cargo.toml similarity index 100% rename from indicatif/Cargo.toml rename to __term/indicatif/Cargo.toml diff --git a/indicatif/src/main.rs b/__term/indicatif/src/main.rs similarity index 100% rename from indicatif/src/main.rs rename to __term/indicatif/src/main.rs diff --git a/term/Cargo.lock b/__term/term/Cargo.lock similarity index 100% rename from term/Cargo.lock rename to __term/term/Cargo.lock diff --git a/term/Cargo.toml b/__term/term/Cargo.toml similarity index 100% rename from term/Cargo.toml rename to __term/term/Cargo.toml diff --git a/term/src/main.rs b/__term/term/src/main.rs similarity index 100% rename from term/src/main.rs rename to __term/term/src/main.rs