1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
[package] name = "coral" version = "0.4.5" author = "Zygaena Team" description = "Package manager for Zygaena" license = "BSD-2-Clause" url = "https://github.com/zygaena/coral" [build] entry = "src/main.reef" output = "coral" output_dir = "build" source_dirs = ["src"] # Note: On illumos/Solaris, build with: reefc build -l socket -l nsl [docs] output = "docs" include_private = false