From c6bd03435d5380cd0978e17c84ae8a872119b278 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sat, 3 Aug 2019 18:34:01 +0100 Subject: [PATCH] Move into schemars subdirectory --- .gitignore => schemars/.gitignore | 0 Cargo.toml => schemars/Cargo.toml | 0 {src => schemars/src}/lib.rs | 0 {src => schemars/src}/main.rs | 0 {src => schemars/src}/make_schema.rs | 0 {src => schemars/src}/schema.rs | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => schemars/.gitignore (100%) rename Cargo.toml => schemars/Cargo.toml (100%) rename {src => schemars/src}/lib.rs (100%) rename {src => schemars/src}/main.rs (100%) rename {src => schemars/src}/make_schema.rs (100%) rename {src => schemars/src}/schema.rs (100%) diff --git a/.gitignore b/schemars/.gitignore similarity index 100% rename from .gitignore rename to schemars/.gitignore diff --git a/Cargo.toml b/schemars/Cargo.toml similarity index 100% rename from Cargo.toml rename to schemars/Cargo.toml diff --git a/src/lib.rs b/schemars/src/lib.rs similarity index 100% rename from src/lib.rs rename to schemars/src/lib.rs diff --git a/src/main.rs b/schemars/src/main.rs similarity index 100% rename from src/main.rs rename to schemars/src/main.rs diff --git a/src/make_schema.rs b/schemars/src/make_schema.rs similarity index 100% rename from src/make_schema.rs rename to schemars/src/make_schema.rs diff --git a/src/schema.rs b/schemars/src/schema.rs similarity index 100% rename from src/schema.rs rename to schemars/src/schema.rs