summaryrefslogtreecommitdiff
path: root/test/env/spec.toml
blob: 02a103f60cc1f7098f20e6c79cc795067ee1d3e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# stellar_plugin.toml
#
[[plugin]]
path = "./stellar_plugin/dns_decoder.so"
init = "dns_decoder_init"
exit = "dns_decoder_exit"

[[plugin]]
path = "./stellar_plugin/dns_decoder_test_plug.so"
init = "dns_decoder_test_init"
exit = "dns_decoder_test_exit"