diff --git a/Cargo.toml b/components/hashglobe/Cargo.toml similarity index 100% rename from Cargo.toml rename to components/hashglobe/Cargo.toml diff --git a/LICENSE-APACHE b/components/hashglobe/LICENSE-APACHE similarity index 100% rename from LICENSE-APACHE rename to components/hashglobe/LICENSE-APACHE diff --git a/LICENSE-MIT b/components/hashglobe/LICENSE-MIT similarity index 100% rename from LICENSE-MIT rename to components/hashglobe/LICENSE-MIT diff --git a/README.md b/components/hashglobe/README.md similarity index 100% rename from README.md rename to components/hashglobe/README.md diff --git a/src/alloc.rs b/components/hashglobe/src/alloc.rs similarity index 100% rename from src/alloc.rs rename to components/hashglobe/src/alloc.rs diff --git a/src/fake.rs b/components/hashglobe/src/fake.rs similarity index 100% rename from src/fake.rs rename to components/hashglobe/src/fake.rs diff --git a/src/hash_map.rs b/components/hashglobe/src/hash_map.rs similarity index 100% rename from src/hash_map.rs rename to components/hashglobe/src/hash_map.rs diff --git a/src/hash_set.rs b/components/hashglobe/src/hash_set.rs similarity index 100% rename from src/hash_set.rs rename to components/hashglobe/src/hash_set.rs diff --git a/src/lib.rs b/components/hashglobe/src/lib.rs similarity index 100% rename from src/lib.rs rename to components/hashglobe/src/lib.rs diff --git a/src/shim.rs b/components/hashglobe/src/shim.rs similarity index 100% rename from src/shim.rs rename to components/hashglobe/src/shim.rs diff --git a/src/table.rs b/components/hashglobe/src/table.rs similarity index 100% rename from src/table.rs rename to components/hashglobe/src/table.rs