sim/runtime/watch/
cookbook.rs1pub static RECIPES: sim_cookbook::EmbeddedDir = &[
3 (
4 "book.toml",
5 include_bytes!("../../../recipes/watch/book.toml"),
6 ),
7 (
8 "watch/chapter.toml",
9 include_bytes!("../../../recipes/watch/chapter.toml"),
10 ),
11 (
12 "watch/dual-quorum/README.md",
13 include_bytes!("../../../recipes/watch/dual-quorum/README.md"),
14 ),
15 (
16 "watch/dual-quorum/input.lisp",
17 include_bytes!("../../../recipes/watch/dual-quorum/input.lisp"),
18 ),
19 (
20 "watch/dual-quorum/recipe.toml",
21 include_bytes!("../../../recipes/watch/dual-quorum/recipe.toml"),
22 ),
23 (
24 "watch/glance-pager/README.md",
25 include_bytes!("../../../recipes/watch/glance-pager/README.md"),
26 ),
27 (
28 "watch/glance-pager/input.lisp",
29 include_bytes!("../../../recipes/watch/glance-pager/input.lisp"),
30 ),
31 (
32 "watch/glance-pager/recipe.toml",
33 include_bytes!("../../../recipes/watch/glance-pager/recipe.toml"),
34 ),
35 (
36 "watch/hold-last/README.md",
37 include_bytes!("../../../recipes/watch/hold-last/README.md"),
38 ),
39 (
40 "watch/hold-last/input.lisp",
41 include_bytes!("../../../recipes/watch/hold-last/input.lisp"),
42 ),
43 (
44 "watch/hold-last/recipe.toml",
45 include_bytes!("../../../recipes/watch/hold-last/recipe.toml"),
46 ),
47 (
48 "watch/privacy-reaper/README.md",
49 include_bytes!("../../../recipes/watch/privacy-reaper/README.md"),
50 ),
51 (
52 "watch/privacy-reaper/input.lisp",
53 include_bytes!("../../../recipes/watch/privacy-reaper/input.lisp"),
54 ),
55 (
56 "watch/privacy-reaper/recipe.toml",
57 include_bytes!("../../../recipes/watch/privacy-reaper/recipe.toml"),
58 ),
59];