diff --git a/Cargo.lock b/Cargo.lock index 22fb678..2ac3d8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,7 +752,7 @@ dependencies = [ [[package]] name = "minirps" -version = "0.2.0" +version = "0.2.1" dependencies = [ "axum", "axum-server", diff --git a/Cargo.toml b/Cargo.toml index 2350c18..d813d4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minirps" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Marco Di Pillo Tomic "] license = "MIT" diff --git a/README.md b/README.md index eed7342..310629a 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Here it was implemented: - Form Data: Sending and reading examples. - CORS: A working demo of a CORS request, needs both servers running. -### test +### Test In this example, a static server and some routes are built to test the use of reverse proxy and templates automatically using [hurl](https://github.com/Orange-OpenSource/hurl).