docs: add example project documentation

This commit is contained in:
Sandro Eiler 2024-02-07 21:44:29 +01:00
parent 0f427ba1d1
commit 1d5b9699b9

View file

@ -1,3 +1,7 @@
//! # Learn Axum
//!
//! This is an example documentation string for the root of the crate.
pub mod configuration;
pub mod routes;
pub mod startup;