feat: add abi stable crates
This commit is contained in:
33
__ffi/abi_stable_crates/application/data/app_config.json
Normal file
33
__ffi/abi_stable_crates/application/data/app_config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"plugins":[
|
||||
{
|
||||
"name":"example_plugin_text_munging",
|
||||
"instances":2,
|
||||
"rename":"text_munging"
|
||||
},
|
||||
{
|
||||
"name":"example_plugin_utils",
|
||||
"rename":"utils"
|
||||
}
|
||||
],
|
||||
"_hidden":[
|
||||
],
|
||||
"commands":{
|
||||
"text_munging:first":{"Rot13":"what"},
|
||||
"text_munging:last":"GetCommands",
|
||||
"text_munging:all":{"CapitalizeWords":{
|
||||
"text":"This is an example text.",
|
||||
"words":["an","text"]
|
||||
}},
|
||||
"utils":{"Batch":{
|
||||
"plugin":"text_munging:first",
|
||||
"commands":[
|
||||
{"Rot13":"Fancr xvyyf Qhzoyrqber"},
|
||||
{"CapitalizeWords":{
|
||||
"text":"Oh,that's not something I expected.",
|
||||
"words":["not","expected"]
|
||||
}}
|
||||
]
|
||||
}}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user