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 | 8a60ce9d119cd93653553b0e0a8078055a3b395d (patch) | |
| tree | 7aff9a623b067a384dfbf759653bc9ea4185716d /examples/query.rs | |
| parent | fix(cargo-make): example runner (diff) | |
| download | windmark-8a60ce9d119cd93653553b0e0a8078055a3b395d.tar.xz windmark-8a60ce9d119cd93653553b0e0a8078055a3b395d.zip | |
docs(examples): create a readme with details
Diffstat (limited to 'examples/query.rs')
| -rw-r--r-- | examples/query.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/query.rs b/examples/query.rs index d2c51d4..38fc295 100644 --- a/examples/query.rs +++ b/examples/query.rs @@ -15,7 +15,7 @@ // Copyright (C) 2022-2023 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only -//! `cargo run --example input` +//! `cargo run --example input --features response-macros` #[windmark::main] async fn main() -> Result<(), Box<dyn std::error::Error>> { |