feat: with axum integration

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-10-22 22:57:57 +02:00
parent 36b104d52d
commit eba2ba80c0
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -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