diff --git a/examples/http-server/Cargo.toml b/examples/actix-web/Cargo.toml similarity index 86% rename from examples/http-server/Cargo.toml rename to examples/actix-web/Cargo.toml index b9e1084..b95f9ce 100644 --- a/examples/http-server/Cargo.toml +++ b/examples/actix-web/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "http-server" +name = "actix-web-lua-server" version = "0.1.0" authors = ["Poga Po "] diff --git a/examples/http-server/README.md b/examples/actix-web/README.md similarity index 91% rename from examples/http-server/README.md rename to examples/actix-web/README.md index ce3699a..fc84e18 100644 --- a/examples/http-server/README.md +++ b/examples/actix-web/README.md @@ -1,4 +1,4 @@ -# http-server +# actix-web lua example A http server built with `actix-lua` and `actix-web`. diff --git a/examples/http-server/src/main.rs b/examples/actix-web/src/main.rs similarity index 100% rename from examples/http-server/src/main.rs rename to examples/actix-web/src/main.rs