1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[package] name = "mkchroot" version = "0.1.0" author = "Chris Tusa <chris.tusa@leafscale.com>" description = "Create chrooted test environment for Coral package manager" license = "MIT" url = "https://github.com/leafscale/coral" [build] entry = "src/main.reef" output = "mkchroot" output_dir = "build" source_dirs = ["src"] [docs] output = "docs" include_private = false