blob: beca75a358e549d4ef1a15781ba943f002e96070 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-hook"
name = "Hook"
icon = "🪝"
category = "runtime"
desc = """
Example Hook
"""
tags = ["ProgramHook"]
files = ["src/main.rs", "Cargo.toml"]
|