gauntlet/dev_plugin/gauntlet.toml
2024-01-27 17:05:45 +01:00

27 lines
No EOL
437 B
TOML

[gauntlet]
name = 'Interesting Plugin Name'
[[entrypoint]]
id = 'detail-view'
name = 'Detail view'
path = 'src/detail-view.tsx'
type = 'view'
[[entrypoint]]
id = 'form-view'
name = 'Form view'
path = 'src/form-view.tsx'
type = 'view'
[[entrypoint]]
id = 'command-a'
name = 'Command A'
path = 'src/command-a.ts'
type = 'command'
[[supported_system]]
os = 'linux'
[permissions]
environment = ["RUST_LOG"]
system = ["systemMemoryInfo"]