From eba2ba80c0e6ce37bc522bedbdda8089150d6e03 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 22 Oct 2023 22:57:57 +0200 Subject: [PATCH] feat: with axum integration Signed-off-by: kjuulh --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30cecbe..ae53fe8 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ app ## Examples +All examples feature axum integration + - **Basic Setup**: Check out [examples/basic](./examples/basic) for a minimal implementation. - **Using with Clap**: For integrating with Clap, see