diff options
| author | Fuwn <[email protected]> | 2023-04-19 22:36:20 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-19 22:36:20 +0000 |
| commit | ece0aa1c1d0561bee05e5787edca737bd9cfd694 (patch) | |
| tree | 7aff9a623b067a384dfbf759653bc9ea4185716d /examples/stateful_module.rs | |
| parent | fix(cargo-make): example runner (diff) | |
| download | windmark-ece0aa1c1d0561bee05e5787edca737bd9cfd694.tar.xz windmark-ece0aa1c1d0561bee05e5787edca737bd9cfd694.zip | |
docs(examples): create a readme with details
Diffstat (limited to 'examples/stateful_module.rs')
| -rw-r--r-- | examples/stateful_module.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stateful_module.rs b/examples/stateful_module.rs index df13206..4347716 100644 --- a/examples/stateful_module.rs +++ b/examples/stateful_module.rs @@ -15,7 +15,7 @@ // Copyright (C) 2022-2023 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only -//! `cargo run --example stateful_module` +//! `cargo run --example stateful_module --features response-macros` use windmark::{context::HookContext, Router}; |