mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
Implement statically required resources
This commit is contained in:
parent
3d7c0bed49
commit
a5395a5d33
9 changed files with 195 additions and 56 deletions
|
|
@ -13,6 +13,7 @@
|
|||
//!
|
||||
//! Provides integrations with the `axum` web framework. See the `axum` module
|
||||
//! for more information.
|
||||
pub use frunk;
|
||||
|
||||
#[cfg(feature = "async")]
|
||||
mod async_;
|
||||
|
|
@ -20,6 +21,7 @@ mod async_;
|
|||
mod async_constructible;
|
||||
#[cfg(feature = "axum")]
|
||||
pub mod axum;
|
||||
mod macros;
|
||||
mod resource;
|
||||
mod slot;
|
||||
mod state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue