adjust 0.2.6

Utility library for making serivces on axum easier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub use anyhow;
pub use axum;
pub use dotenv;
pub use env_logger;
pub use log;
pub use tokio;
pub use diesel;

#[cfg(feature = "json")]
pub use serde_json;

#[cfg(feature = "redis")]
pub use redis;

#[cfg(feature = "openapi")]
pub use utoipa;