12 lines
198 B
TOML
12 lines
198 B
TOML
# stellar_plugin.toml
|
|
#
|
|
[[plugin]]
|
|
path = ""
|
|
init = "APP_GLIMPSE_DETECTOR_LOAD"
|
|
exit = "APP_GLIMPSE_DETECTOR_UNLOAD"
|
|
|
|
[[plugin]]
|
|
path = ""
|
|
init = "APP_TEST_PLUG_INIT"
|
|
exit = "APP_TEST_PLUG_DESTROY"
|