diff --git a/.gitignore b/actix-protobuf/.gitignore similarity index 100% rename from .gitignore rename to actix-protobuf/.gitignore diff --git a/.travis.yml b/actix-protobuf/.travis.yml similarity index 100% rename from .travis.yml rename to actix-protobuf/.travis.yml diff --git a/CHANGES.md b/actix-protobuf/CHANGES.md similarity index 100% rename from CHANGES.md rename to actix-protobuf/CHANGES.md diff --git a/Cargo.toml b/actix-protobuf/Cargo.toml similarity index 100% rename from Cargo.toml rename to actix-protobuf/Cargo.toml diff --git a/README.md b/actix-protobuf/README.md similarity index 100% rename from README.md rename to actix-protobuf/README.md diff --git a/examples/prost-example/Cargo.toml b/actix-protobuf/examples/prost-example/Cargo.toml similarity index 100% rename from examples/prost-example/Cargo.toml rename to actix-protobuf/examples/prost-example/Cargo.toml diff --git a/examples/prost-example/client.py b/actix-protobuf/examples/prost-example/client.py similarity index 100% rename from examples/prost-example/client.py rename to actix-protobuf/examples/prost-example/client.py diff --git a/examples/prost-example/src/main.rs b/actix-protobuf/examples/prost-example/src/main.rs similarity index 100% rename from examples/prost-example/src/main.rs rename to actix-protobuf/examples/prost-example/src/main.rs diff --git a/examples/prost-example/test.proto b/actix-protobuf/examples/prost-example/test.proto similarity index 100% rename from examples/prost-example/test.proto rename to actix-protobuf/examples/prost-example/test.proto diff --git a/examples/prost-example/test_pb2.py b/actix-protobuf/examples/prost-example/test_pb2.py similarity index 100% rename from examples/prost-example/test_pb2.py rename to actix-protobuf/examples/prost-example/test_pb2.py diff --git a/rustfmt.toml b/actix-protobuf/rustfmt.toml similarity index 100% rename from rustfmt.toml rename to actix-protobuf/rustfmt.toml diff --git a/src/lib.rs b/actix-protobuf/src/lib.rs similarity index 100% rename from src/lib.rs rename to actix-protobuf/src/lib.rs