blob: 116271f68221b7f98c3dff256ea6cdc4173c6eea [file] [log] [blame]
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/rust_logs_example",
},
capabilities: [
{
protocol: [ "fake.just.for.Binding" ],
},
],
expose: [
{
protocol: "fake.just.for.Binding",
from: "self",
},
],
}