| { | |
| "include": [ | |
| "syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "binary": "bin/timekeeper_bin_test", | |
| "env_vars": [ | |
| "RUST_BACKTRACE=full" | |
| ] | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "build-info" | |
| ], | |
| "services": [ | |
| "fuchsia.net.name.Lookup", | |
| "fuchsia.posix.socket.Provider" | |
| ] | |
| } | |
| } |