|
root / tools / zygctl / reef.toml
reef.toml TOML 13 lines 255 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
[package]
name = "zygctl"
version = "0.2.6"
author = "Chris Tusa <chris.tusa@leafscale.com>"
description = "Administrative CLI for zyginit"
license = "CDDL-1.0"

[build]
entry = "src/main.reef"
output = "zygctl"
output_dir = "build"
source_dirs = ["src"]